From c612ca21361e71eb19b62a100d80815a6d7f9c76 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Sat, 15 Mar 2014 17:47:33 +0100 Subject: [PATCH] Watch changes in Ghost-UI refs TryGhost/Ghost-UI#18 - Add bower_components/ghost-ui to grunt watch --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 7c775754ed..b10942c1b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -67,6 +67,8 @@ var path = require('path'), 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', // Admin JS