Skip to content

Commit

Permalink
Watch for bemtree files without i18n suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jan 8, 2017
1 parent b35696d commit c4970e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ process.env.NO_AUTOMAKE || watch(path.join(rootDir, '*.blocks/**'), watchOpts)
process.env.NO_LIVERELOAD || watch([
path.join(rootDir, 'static', '*.min.*'),
path.join(rootDir, 'desktop.bundles/*/*.bemhtml.js'),
path.join(rootDir, 'desktop.bundles/*/*.bemtree.*.js'),
path.join(rootDir, 'desktop.bundles/*/*.bemtree.js'),
], watchOpts).on('all', function(event, file) {
tinyLr.changed(file);
});
Expand Down

0 comments on commit c4970e6

Please sign in to comment.