Skip to content

Commit

Permalink
move compile script to bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Dec 18, 2019
1 parent 8c82bb8 commit 4a93779
Show file tree
Hide file tree
Showing 3 changed files with 10,374 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh → bin/compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 'Compiling SCSS files....';
sass sass/style.scss style.css --trace
sass ../sass/style.scss style.css --trace

echo 'All done!'
Loading

0 comments on commit 4a93779

Please sign in to comment.