Skip to content

Commit eea517a

Browse files
author
benholloway
committed
sync with develop
2 parents 810b796 + 9c93751 commit eea517a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/webstorm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function setUpWebStormTask(context) {
240240
jshintPath : '$PROJECT_DIR$/.jshintrc',
241241
jsDebugPort : properties.port,
242242
javascriptVersion : 'ES6',
243-
watcherSuppressedTasks : 'Traceur compiler;SCSS',
243+
watcherSuppressedTasks : 'Traceur compiler;SCSS;Babel',
244244
JsKarmaPackageDirSetting: path.resolve(__dirname, '..', 'node_modules', 'karma'),
245245
contentPaths : [
246246
{content: 'file://' + process.cwd()}

0 commit comments

Comments
 (0)