fix gruntfile
This commit is contained in:
parent
a5880faa1e
commit
53b24ca2ad
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
exec: {
|
||||
prod: {
|
||||
command: 'ls'
|
||||
command: 'node ./util/build.js'
|
||||
},
|
||||
dev: {
|
||||
command: 'node ./util/build.js -d'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue