diff --git a/src/Bundle/ChillJobBundle/src/Resources/public/sass/index.js b/src/Bundle/ChillJobBundle/src/Resources/public/sass/index.js new file mode 100644 index 000000000..e69de29bb diff --git a/src/Bundle/ChillJobBundle/src/chill.webpack.config.js b/src/Bundle/ChillJobBundle/src/chill.webpack.config.js index b648e23bb..79c8c97d2 100644 --- a/src/Bundle/ChillJobBundle/src/chill.webpack.config.js +++ b/src/Bundle/ChillJobBundle/src/chill.webpack.config.js @@ -5,8 +5,7 @@ module.exports = function(encore, chillEntries) personal_situation_edit_file = __dirname + '/Resources/public/module/personal_situation/index.js', cv_edit_file = __dirname + '/Resources/public/module/cv_edit/index.js', immersion_edit_file = __dirname + '/Resources/public/module/immersion_edit/index.js', - images = __dirname + '/Resources/public/images/index.js', - sass_styles = __dirname + '/Resources/public/sass/index.js' + images = __dirname + '/Resources/public/images/index.js' ; encore.addEntry('dispositifs_edit', dispositif_edit_file);