Skip to content

Commit

Permalink
Merge pull request marmelab#1261 from marmelab/lib-sass-directory
Browse files Browse the repository at this point in the history
[RFR] Leave SASS files in lib/sass/ [BC-BREAK]
  • Loading branch information
jpetitcolas authored Dec 5, 2016
2 parents 2816bfb + 3d4463a commit 53c579d
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 53c579d

Please sign in to comment.