mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Watch changes in Ghost-UI
refs TryGhost/Ghost-UI#18 - Add bower_components/ghost-ui to grunt watch
This commit is contained in:
parent
2d4c6647b2
commit
c612ca2136
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ var path = require('path'),
|
||||||
files: [
|
files: [
|
||||||
// Theme CSS
|
// Theme CSS
|
||||||
'content/themes/casper/css/*.css',
|
'content/themes/casper/css/*.css',
|
||||||
|
// Ghost UI CSS
|
||||||
|
'bower_components/ghost-ui/dist/css/*.css',
|
||||||
// Theme JS
|
// Theme JS
|
||||||
'content/themes/casper/js/*.js',
|
'content/themes/casper/js/*.js',
|
||||||
// Admin JS
|
// Admin JS
|
||||||
|
|
Loading…
Add table
Reference in a new issue