Adding back missing images

This commit is contained in:
Tom Gallacher 2017-01-24 17:06:10 +00:00
parent 787a6815b4
commit 84becdb73f
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* *
!.gitignore !.gitignore
!locales !locales
!images

View File

@ -87,7 +87,7 @@ module.exports = {
{ {
test: /\.css$/, test: /\.css$/,
loader: 'style-loader!css-loader' loader: 'style-loader!css-loader'
// XXXX : Commenting out breaks node_modules that use css // XXX: Commenting out breaks node_modules that use css
// i.e react-select. // i.e react-select.
// exclude: /node_modules/, // exclude: /node_modules/,