Browse Source

update from ruby-sass to dart-sass

Byron Jones 6 years ago
parent
commit
592439a3f9
3 changed files with 5 additions and 4 deletions
  1. 2 1
      docs/CONTRIBUTING
  2. 3 3
      makefile
  3. 0 0
      web/public/static/logbot.min.css

+ 2 - 1
docs/CONTRIBUTING

@@ -5,7 +5,8 @@ the very high level install steps for a development setup are:
 - copy etc/_sample.yml to etc/_development.yml
 - edit etc/_development.yml and set all the values as required
 - install cpanm and the local::lib perl library at a system level
-- install sass and uglifyjs
+- install sass (https://sass-lang.com/install)
+- install uglifyjs (https://www.npmjs.com/package/uglify-js)
 - run `cpanm --verbose --local-lib ~/perl5/ --notest --installdeps . --with-develop`
 - run `./dev-server` to start the web server
 - run `./logbot-irc development` to start the irc server

+ 3 - 3
makefile

@@ -2,15 +2,15 @@
 .SUFFIXES:
 
 define sass
-	sass --sourcemap=none --no-cache --style compressed "web/$1.sass" "web/build/$2.min.css"
+	sass --style compressed "web/$1.sass" "web/build/$2.min.css"
 endef
 
 define scss
-	sass --scss --sourcemap=none --no-cache --style compressed "web/$1.scss" "web/build/$2.min.css"
+	sass --style compressed "web/$1.scss" "web/build/$2.min.css"
 endef
 
 define css
-	sass --scss --sourcemap=none --no-cache --style compressed "web/$1.css" "web/build/$2.min.css"
+	sass --style compressed "web/$1.css" "web/build/$2.min.css"
 endef
 
 define js

File diff suppressed because it is too large
+ 0 - 0
web/public/static/logbot.min.css


Some files were not shown because too many files changed in this diff