update nw builder

This commit is contained in:
Matias Alejo Garcia 2016-07-28 09:36:30 -03:00
commit e93cdbc6f2
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 3 additions and 2 deletions

View file

@ -271,7 +271,7 @@ module.exports = function(grunt) {
grunt.registerTask('translate', ['nggettext_extract']);
grunt.registerTask('test', ['karma:unit']);
grunt.registerTask('test-coveralls', ['browserify', 'karma:prod', 'exec:coveralls']);
grunt.registerTask('desktop', ['prod', 'nodewebkit', 'copy:linux', 'compress:linux']);
grunt.registerTask('osx', ['prod', 'nodewebkit', 'exec:osx']);
grunt.registerTask('desktop', ['prod', 'nwjs', 'copy:linux', 'compress:linux']);
grunt.registerTask('osx', ['prod', 'nwjs', 'exec:osx']);
grunt.registerTask('release', ['string-replace:dist']);
};