Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-23 04:06:25 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-23 04:06:25 +0300
commitf11694999d79048e442d37731e6c7b880c5722e2 (patch)
treed49dbb7281b583ccf5b9c5bf0af425ee71573127 /src/doc/Makefile
parent924196b0e91ffe98dd51f1e354a5136d85d865b8 (diff)
Solves bug with CSS, LESS & SCSS where not updated anymore1.0.5
Diffstat (limited to 'src/doc/Makefile')
-rw-r--r--src/doc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/doc/Makefile b/src/doc/Makefile
index 4ab6921e5..1d5829241 100644
--- a/src/doc/Makefile
+++ b/src/doc/Makefile
@@ -29,8 +29,13 @@ build:
bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS}
- @echo "Moving font files and README"
- cp -r ../fonts ${FA_ROOT_DIRECTORY}/
+ @echo "Moving CSS, LESSĀ & SASS to /"
+ cp -r ${FA_ROOT_DIRECTORY}/ ../
+
+ @echo "Moving font files to assets"
+ cp -r ../fonts ${FA_ROOT_DIRECTORY}/
+
+ @echo "Updating Readme"
mv README.md-nobuild ../README.md
@echo "Generating zip file"