1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.

Also making custom css/overriding them becomes easier.
This commit is contained in:
Gunther Brunner 2014-06-27 19:34:17 +09:00
parent 41ce702b90
commit 0aefed70c8
7 changed files with 16 additions and 11 deletions

View file

@ -16,18 +16,14 @@ module.exports = {
modulesDirectories: [
pathutil.resource('bower_components')
, pathutil.resource('app/components')
, 'web_modules'
, pathutil.resource('web_modules')
, './node_modules'
]
, alias: {
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls'
, 'angular-growl': 'angular-growl-v2/build/angular-growl.js'
, 'angular-growl-css': 'angular-growl-v2/build/angular-growl.min.css'
, 'localforage': 'localforage/dist/localforage.js'
, 'socket.io': 'socket.io-client/socket.io.js'
, 'oboe': 'oboe/dist/oboe-browser'
, 'ng-file-upload-shim5': 'ng-file-upload/angular-file-upload-html5-shim'
, 'ng-file-upload-main': 'ng-file-upload/angular-file-upload'
, 'bluebird': 'bluebird/js/browser/bluebird'
}
}