Skip to content

Commit

Permalink
fix(setup): remove wrong command line
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Dec 2, 2016
1 parent 5d05efd commit 269ae83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ select yn in "Yes" "No" "Cancel"; do
echo "All CSSNEXT (styles, config) files are going to be deleted";

rm -rf webpack-assets.json postcss.config.cssnext.js webpack/dev.config.cssnext.js webpack/isomorphic.tools.config.cssnext.js src/common/layouts/AppLayout/index.cssnext.js src/common/styles.cssnext src/common/views/AboutView/AboutView.cssnext.jsx
mv src/common/views/AboutView/AboutView.scss src/common/views/AboutView/AboutView.css

echo "This setup (bin/setup.sh) will self-destruct 💥 .";

Expand Down

0 comments on commit 269ae83

Please sign in to comment.