Skip to content

Commit

Permalink
Fix issue #1567
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jul 8, 2017
1 parent 4cae976 commit 6157c7b
Show file tree
Hide file tree
Showing 3 changed files with 636 additions and 514 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (grunt) { // jshint ignore:line
},
js : {
// Compile js files upon saving
files: ['build/js/*.js', 'dist/js/app.js'],
files: ['build/js/*.js'],
tasks: ['js', 'notify:js']
},
skins: {
Expand Down Expand Up @@ -117,7 +117,6 @@ module.exports = function (grunt) { // jshint ignore:line
},
production: {
files: {
'dist/js/app.min.js' : ['dist/js/app.js'],
'dist/js/adminlte.min.js': ['dist/js/adminlte.js']
}
}
Expand Down Expand Up @@ -147,13 +146,14 @@ module.exports = function (grunt) { // jshint ignore:line
},
dist : {
src : [
'build/js/BoxRefresh.js',
'build/js/BoxWidget.js',
'build/js/ControlSidebar.js',
'build/js/DirectChat.js',
'build/js/Layout.js',
'build/js/PushMenu.js',
'build/js/Tree.js',
'build/js/ControlSidebar.js',
'build/js/BoxWidget.js',
'build/js/TodoList.js',
'build/js/DirectChat.js'
'build/js/Tree.js'
],
dest: 'dist/js/adminlte.js'
}
Expand Down
Loading

0 comments on commit 6157c7b

Please sign in to comment.