Skip to content

Commit

Permalink
On transpilation, leave SASS files in lib/sass/
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmaschta committed Dec 2, 2016
1 parent 2816bfb commit 3d4463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ transpile:
rm -rf lib/*
./node_modules/.bin/babel src/javascripts -d lib/javascripts --source-maps > /dev/null
cd src && rsync -R `find . -name *.html` ../lib # copy all HTML files keeping structure from src to lib
cp -Rf ./src/sass/ lib/
cp -Rf ./src/sass/ lib/sass/

build:
make transpile
Expand Down

0 comments on commit 3d4463a

Please sign in to comment.