mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03: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
@ -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…
Reference in New Issue
Block a user