Merge remote-tracking branch 'origin/add_webpack' into upgrade-sf3

merge webpack to upgrade_sf3
This commit is contained in:
nobohan 2018-04-27 11:08:45 +02:00
commit f7b061473b
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');