Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
fix(fractal): Fix css path generated in fractal
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Nov 5, 2018
1 parent 4355ae8 commit 301c197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-plugin-fractal/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = config => {

vendors.push(`/vendors.${name}.js`);
bundles.push(`/${name}.js`);
styles.push(`css/${name}.css`);
styles.push(`/css/${name}.css`);

cleanGlob.push(`${name}.**`);
});
Expand Down

0 comments on commit 301c197

Please sign in to comment.