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

- Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.

- Started to add CSS back.
This commit is contained in:
Gunther Brunner 2014-03-10 19:58:04 +09:00
parent a22eb8e841
commit 345f921fb9
11 changed files with 37 additions and 13 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
, filename: 'bundle.js'
}
, resolve: {
modulesDirectories: ['./res/lib', 'node_modules']
modulesDirectories: ['./res/bower_components', 'node_modules']
}
, loaders: [
{ test: /\.css$/, loader: 'style!css' }