Changeset 8469
- Timestamp:
- 06/01/2014 04:06:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r8468 r8469 269 269 grunt.registerTask( 'build', ['jshint', 'cssjanus:core'] ); 270 270 grunt.registerTask( 'build-commit', ['build', 'checktextdomain', 'imagemin'] ); 271 grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', ' exec:bbpress', /*'exec:bpdefault',*/ 'test'] );271 grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'makepot', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] ); 272 272 273 273
Note: See TracChangeset
for help on using the changeset viewer.