Skip to content

Commit

Permalink
grunt and deps update. Recompile of js and css.
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Nov 8, 2018
1 parent 46c3f8c commit a43a2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -420,15 +420,15 @@ module.exports = function( grunt ) {
'cssmin'
]
);
grunt.registerTask( 'travis', ['jshint', 'lintPHP'] );
//grunt.registerTask( 'travis', ['jshint', 'lintPHP'] );

// this would be run by typing "grunt test" on the command line
grunt.registerTask( 'testJS', ['jshint', 'concat:core', 'concat:vendor'] );

grunt.registerTask( 'watchUI', ['watch:ui'] );
grunt.registerTask( 'watchPHP', ['watch:php', 'phplint:core', 'phplint:plugin'] );

grunt.registerTask( "lintPHP", ["phplint:plugin", "phplint:core"] );
//grunt.registerTask( "lintPHP", ["phplint:plugin", "phplint:core"] );
grunt.registerTask( "compileSCSS", ["sass:admin", "sass:fields", "sass:extensions", "sass:vendor", "sass:welcome"] );
grunt.registerTask(
'compileJS',
Expand Down

0 comments on commit a43a2a1

Please sign in to comment.