mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #2378 from hswolff/ember-fix-watching-files
Ensure grunt-contrib-watch watches appropriate files for re-building ember admin when files change.
This commit is contained in:
commit
7295ef07e1
1 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,14 @@ var path = require('path'),
|
|||
files: ['core/clientold/tpl/**/*.hbs'],
|
||||
tasks: ['handlebars']
|
||||
},
|
||||
'handlebars-ember': {
|
||||
files: ['core/client/**/*.hbs'],
|
||||
tasks: ['emberTemplates:dev']
|
||||
},
|
||||
ember: {
|
||||
files: ['core/client/**/*.js'],
|
||||
tasks: ['transpile', 'concat_sourcemap']
|
||||
},
|
||||
concat: {
|
||||
files: [
|
||||
'core/clientold/*.js',
|
||||
|
|
Loading…
Add table
Reference in a new issue