Skip to:
Content

BuddyPress.org

Changeset 8387


Ignore:
Timestamp:
05/04/2014 06:50:09 PM (11 years ago)
Author:
djpaul
Message:

Grunt: tweak build-dev to stop running both varients of cssjanus.

cssjanus:dynamic is only intended to be used by the grunt watch feature. See #5160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8380 r8387  
    251251     */
    252252
    253     grunt.registerTask( 'build-dev',     ['jshint', 'cssjanus'] );
     253    grunt.registerTask( 'build-dev',     ['jshint', 'cssjanus:core'] );
    254254    grunt.registerTask( 'build-commit',  ['build-dev', 'checktextdomain', 'makepot', 'imagemin'] );
    255255    grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] );
Note: See TracChangeset for help on using the changeset viewer.