Skip to content
Snippets Groups Projects
Commit 8d6056eb authored by Tom Robinson's avatar Tom Robinson
Browse files

More cleanup

parent fa32b649
No related branches found
No related tags found
No related merge requests found
.modal { /* used by angular-ui-bootstrap */
outline: none;
}
.Modal {
position: fixed;
......@@ -33,7 +29,6 @@
width: 480px;
}
.modal-backdrop, /* used by angular-ui-bootstrap */
.Modal-backdrop {
position: fixed;
top: 0;
......
......@@ -73,7 +73,7 @@ var config = module.exports = {
// { test: /\.css$/, loader: 'style!css!cssnext' }
],
noParse: [
/node_modules\/(angular|ng-|ace|moment|underscore|d3-tip)/ // doesn't include 'crossfilter', 'dc', and 'tether' due to use of 'require'
/node_modules\/(angular|ace|moment|underscore)/ // doesn't include 'crossfilter', 'dc', and 'tether' due to use of 'require'
]
},
......@@ -88,10 +88,8 @@ var config = module.exports = {
'angular-resource': __dirname + '/node_modules/angular-resource/angular-resource.min.js',
'angular-route': __dirname + '/node_modules/angular-route/angular-route.min.js',
// angular 3rd-party
'angular-ui-bootstrap': __dirname + '/node_modules/angular-ui-bootstrap/ui-bootstrap-tpls.min.js',
'angular-cookie': __dirname + '/node_modules/angular-cookie/angular-cookie.min.js',
'angular-http-auth': __dirname + '/node_modules/angular-http-auth/src/http-auth-interceptor.js',
'angular-ui-ace': __dirname + '/node_modules/angular-ui-ace/src/ui-ace.js',
// ace
'ace/ace': __dirname + '/node_modules/ace-builds/src-min-noconflict/ace.js',
'ace/ext-language_tools':__dirname+ '/node_modules/ace-builds/src-min-noconflict/ext-language_tools.js',
......@@ -106,7 +104,6 @@ var config = module.exports = {
'd3': __dirname + '/node_modules/d3/d3.min.js',
'crossfilter': __dirname + '/node_modules/crossfilter/index.js',
'dc': __dirname + '/node_modules/dc/dc.min.js',
'd3-tip': __dirname + '/node_modules/d3-tip/index.js',
'humanize': __dirname + '/node_modules/humanize-plus/public/src/humanize.js'
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment