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

Updating a minor change

parent 3e0cadf0
......@@ -118,8 +118,10 @@ module.exports = function(grunt) {
mainjs:{
expand: true,
cwd: 'public/',
src: 'js/*.js',
dest: 'dist/js',
src: 'js/app.min.js',
dest: 'dist/js/',
flatten: true,
filter :'isFile'
}
},
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