diff --git a/Gruntfile.js b/Gruntfile.js index b10942c1b6..a3f8c06b56 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,14 +63,21 @@ var path = require('path'), ], tasks: ['concat'] }, + 'ghost-ui': { + files: [ + // Ghost UI CSS + 'bower_components/ghost-ui/dist/css/*.css' + ], + tasks: ['copy:dev'] + }, livereload: { files: [ // Theme CSS 'content/themes/casper/css/*.css', - // Ghost UI CSS - 'bower_components/ghost-ui/dist/css/*.css', // Theme JS 'content/themes/casper/js/*.js', + // Client CSS + 'core/client/assets/css/*.css', // Admin JS 'core/built/scripts/*.js' ], @@ -556,7 +563,6 @@ var path = require('path'), grunt.initConfig(cfg); - // ## Custom Tasks grunt.registerTask('setTestEnv', 'Use "testing" Ghost config; unless we are running on travis (then show queries for debugging)', function () {