Skip to content

Commit

Permalink
adding css vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Aug 29, 2018
1 parent 4c890b0 commit 61067c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ appstore:

rsync -a \
--include="js/vendor" \
--include="css/vendor" \
--exclude="*.log" \
--exclude=".*" \
--exclude="bower.json" \
Expand Down Expand Up @@ -105,6 +106,7 @@ else

rsync -a \
--include="js/vendor" \
--include="css/vendor" \
--exclude="*.log" \
--exclude=".*" \
--exclude="bower.json" \
Expand Down

0 comments on commit 61067c1

Please sign in to comment.