Skip to content

Commit

Permalink
[TASK] Move frontend css sources
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 18, 2019
1 parent 7cd241b commit 06ed9f2
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin');
module.exports = {
mode: 'production',
entry: {
frontend: './Resources/Private/Scss/frontend.scss',
frontend: './Resources/Private/Scss/frontend/frontend.scss',
},
output: {
path: __dirname + '/Resources/Public'
Expand Down

0 comments on commit 06ed9f2

Please sign in to comment.