Commit 6b8c1312 by sanjay-patel-1991 Committed by Vishal Kadam

Updating a minor change

parent 3e0cadf0
...@@ -118,8 +118,10 @@ module.exports = function(grunt) { ...@@ -118,8 +118,10 @@ module.exports = function(grunt) {
mainjs:{ mainjs:{
expand: true, expand: true,
cwd: 'public/', cwd: 'public/',
src: 'js/*.js', src: 'js/app.min.js',
dest: 'dist/js', dest: 'dist/js/',
flatten: true,
filter :'isFile'
} }
}, },
clean: ['dist'], clean: ['dist'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment