add webpack config + correct sass file

This commit is contained in:
nobohan 2018-04-27 10:55:33 +02:00
parent 75b4ef5a7d
commit b27762ea0b
2 changed files with 14 additions and 10 deletions

View File

@ -1,5 +1,5 @@
@import '../../../../main/Resources/public/sass/config/colors';
@import '../../../../main/Resources/public/sass/custom/config/colors';
div#header-person-name {
background: none repeat scroll 0 0 $chill-green-dark;

4
chill.webpack.config.js Normal file
View File

@ -0,0 +1,4 @@
// this file loads all assets from the Chill person bundle
require('./Resources/public/css/person.css');
//require('./Resources/public/sass/person.scss');