fix grunt

This commit is contained in:
Matias Alejo Garcia 2015-01-05 15:12:54 -03:00
commit f9bed2903d
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ module.exports = function(grunt) {
}, },
config: { config: {
files: ['config.js'], files: ['config.js'],
tasks: ['shell:dev', 'concat:main'] tasks: ['exec:dev', 'concat:main']
}, },
test: { test: {
files: ['test/**/*.js'], files: ['test/**/*.js'],

View file

@ -35,7 +35,7 @@ mkdir -p $APPDIR
# Re-compile copayBundle.js # Re-compile copayBundle.js
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}" echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
grunt --target=dev shell grunt prod
checkOK checkOK
# Copy all chrome-extension files # Copy all chrome-extension files