Skip to content

Commit

Permalink
Step 3.6: Update watch paths in gulp file
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 22, 2016
1 parent 1ac7f30 commit d5e0c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -11,7 +11,7 @@ var webpack = require('webpack');
var webpackConfig = require('./webpack.config');

var paths = {
webpack: ['./src/**/*.js', '!./www/lib/**/*'],
webpack: ['./src/**/*.js', '!./www/lib/**/*', './api/server/**/*.js'],
sass: ['./scss/**/*.scss']
};

Expand Down

0 comments on commit d5e0c10

Please sign in to comment.