Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
do not run native only build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 15, 2014
1 parent 8ee9a99 commit 971ad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Expand Up @@ -128,7 +128,7 @@ module.exports = function(grunt) {
grunt.option('force', false);
});

grunt.registerTask('minify', ['concat_sourcemap', 'version', 'uglify', 'sourcemap_copy:build/platform.concat.js.map:build/platform.js.map']);
grunt.registerTask('minify', ['concat_sourcemap', 'version', 'uglify:Platform', 'sourcemap_copy:build/platform.concat.js.map:build/platform.js.map']);
grunt.registerTask('default', ['minify']);
grunt.registerTask('docs', ['yuidoc']);
grunt.registerTask('test', ['override-chrome-launcher', 'karma:platform']);
Expand Down

0 comments on commit 971ad59

Please sign in to comment.