Browse Source

Clean less and scss dirs during build - remove less/font-awesome.less

todd 6 năm trước cách đây
mục cha
commit
3d8a7e1ecf
2 tập tin đã thay đổi với 4 bổ sung18 xóa
  1. 0 18
      less/font-awesome.less
  2. 4 0
      src/doc/Makefile

+ 0 - 18
less/font-awesome.less

@@ -1,18 +0,0 @@
-/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */
-
-@import "variables.less";
-@import "mixins.less";
-@import "path.less";
-@import "core.less";
-@import "larger.less";
-@import "fixed-width.less";
-@import "list.less";
-@import "bordered-pulled.less";
-@import "animated.less";
-@import "rotated-flipped.less";
-@import "stacked.less";
-@import "icons.less";
-@import "screen-reader.less";

+ 4 - 0
src/doc/Makefile

@@ -23,6 +23,10 @@ SITE_LESS = ${SITE_LESS_DIRECTORY}/site.less
 SITE_CSS = ${SITE_CSS_DIRECTORY}/site.css
 
 build:
+	@echo "Cleaning build dirs"
+	rm -rf ./less/
+	rm -rf ./scss/
+
 	@echo "Compiling Less files"
 	@mkdir -p ${FA_CSS_DIRECTORY}