Skip to content

Commit

Permalink
Removes âpplication.css from webpack.config. Update account.config.js…
Browse files Browse the repository at this point in the history
… with new address
  • Loading branch information
kquintesens committed Dec 18, 2019
1 parent 66215dd commit c2da6eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

/*@import 'bulma';*/
@import 'bulma';
@import 'whitespace';
@import 'main';
15 changes: 0 additions & 15 deletions sample.account.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ routesData.routes.forEach(function(element){


module.exports = {
entry: ['./app/assets/javascripts/index', './app/assets/stylesheets/application.scss' ],
entry: ['./app/assets/javascripts/index'],
output: {
path: path.resolve(__dirname, 'public'),
filename: 'bundle.js',
Expand Down

0 comments on commit c2da6eb

Please sign in to comment.