Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
e13c1dfd
Commit
e13c1dfd
authored
Dec 08, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
midding img files
parent
820fe3f4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Gruntfile.js
Gruntfile.js
+4
-0
VERSION
VERSION
+1
-1
app.js
dist/app.js
+1
-1
No files found.
Gruntfile.js
View file @
e13c1dfd
...
@@ -74,6 +74,8 @@ module.exports = function (grunt) {
...
@@ -74,6 +74,8 @@ module.exports = function (grunt) {
{
expand
:
true
,
cwd
:
'app/bower_components/font-awesome/fonts/'
,
src
:
'*'
,
dest
:
'dist/fonts/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/bower_components/font-awesome/fonts/'
,
src
:
'*'
,
dest
:
'dist/fonts/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'brand-logo.png'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'brand-logo.png'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'loading_spinner.gif'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'loading_spinner.gif'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'sample-profile-pic.jpg'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'favicon.ico'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/styles/roboto/'
,
src
:
'**/*'
,
dest
:
'dist/css/roboto/'
,
flatten
:
false
},
{
expand
:
true
,
cwd
:
'app/styles/roboto/'
,
src
:
'**/*'
,
dest
:
'dist/css/roboto/'
,
flatten
:
false
},
{
expand
:
true
,
cwd
:
'app/styles/'
,
src
:
'jquery-ui.min.css'
,
dest
:
'dist/css/'
,
flatten
:
true
},
{
expand
:
true
,
cwd
:
'app/styles/'
,
src
:
'jquery-ui.min.css'
,
dest
:
'dist/css/'
,
flatten
:
true
},
{
expand
:
true
,
cwd
:
'app/styles/images/'
,
src
:
'*'
,
dest
:
'dist/css/images/'
,
flatten
:
true
},
{
expand
:
true
,
cwd
:
'app/styles/images/'
,
src
:
'*'
,
dest
:
'dist/css/images/'
,
flatten
:
true
},
...
@@ -87,6 +89,8 @@ module.exports = function (grunt) {
...
@@ -87,6 +89,8 @@ module.exports = function (grunt) {
{
expand
:
true
,
cwd
:
'app/bower_components/font-awesome/fonts/'
,
src
:
'*'
,
dest
:
'dist/fonts/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/bower_components/font-awesome/fonts/'
,
src
:
'*'
,
dest
:
'dist/fonts/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'brand-logo.png'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'brand-logo.png'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'loading_spinner.gif'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'loading_spinner.gif'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'sample-profile-pic.jpg'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/img/'
,
src
:
'favicon.ico'
,
dest
:
'dist/img/'
,
flatten
:
true
,
filter
:
'isFile'
},
{
expand
:
true
,
cwd
:
'app/styles/roboto/'
,
src
:
'**/*'
,
dest
:
'dist/css/roboto/'
,
flatten
:
false
},
{
expand
:
true
,
cwd
:
'app/styles/roboto/'
,
src
:
'**/*'
,
dest
:
'dist/css/roboto/'
,
flatten
:
false
},
{
expand
:
true
,
cwd
:
'app/styles/'
,
src
:
'jquery-ui.min.css'
,
dest
:
'dist/css/'
,
flatten
:
true
},
{
expand
:
true
,
cwd
:
'app/styles/'
,
src
:
'jquery-ui.min.css'
,
dest
:
'dist/css/'
,
flatten
:
true
},
{
expand
:
true
,
cwd
:
'app/styles/images/'
,
src
:
'*'
,
dest
:
'dist/css/images/'
,
flatten
:
true
},
{
expand
:
true
,
cwd
:
'app/styles/images/'
,
src
:
'*'
,
dest
:
'dist/css/images/'
,
flatten
:
true
},
...
...
VERSION
View file @
e13c1dfd
0.6.1
0.6.1-img-fix
\ No newline at end of file
\ No newline at end of file
dist/app.js
View file @
e13c1dfd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment