1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

updated npm packages

This commit is contained in:
Keivan Beigi
2016-01-14 18:48:11 -08:00
parent 2b72c0e328
commit 9fc7fceda4
4 changed files with 0 additions and 53 deletions
-6
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 },