updated npm packages

This commit is contained in:
Keivan Beigi 2016-01-14 18:48:11 -08:00
commit 9fc7fceda4
4 changed files with 0 additions and 53 deletions

View file

@ -1,18 +1,12 @@
var path = require('path');
var stylish = require('jshint-stylish');
var webpack = require('webpack');
var phantom = require('./gulp/phantom');
var uglifyJsPlugin = new webpack.optimize.UglifyJsPlugin();
var uiFolder = 'UI';
var root = path.join(__dirname, 'src', uiFolder);
if (phantom) {
uiFolder = 'UI.Phantom';
root = path.join(__dirname, uiFolder);
}
module.exports = {
devtool : '#source-map',
watchOptions : { poll: true },