diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-23 10:01:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-23 10:01:47 +0200 |
commit | 1e0014a09399d7eef7df4ae2146e54512007e02f (patch) | |
tree | 2e792ec8bab8561fa70719754fb7936d56270fd2 /Makefile.example | |
parent | e5366396850d269e91be1d794c5465e0ce4acce3 (diff) | |
download | Ishtar-1e0014a09399d7eef7df4ae2146e54512007e02f.tar.bz2 Ishtar-1e0014a09399d7eef7df4ae2146e54512007e02f.zip |
UI: add bootstrap generation - SASS rules
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index abb4eec77..938aefeca 100644 --- a/Makefile.example +++ b/Makefile.example @@ -21,7 +21,8 @@ help: # * shell: # * makemessages: # * compilemessages: - # * schemamigrations: + # * sass: + # * schemamigrations: # * schemamigrations_initial: # * generate_doc: # * fixtures: @@ -238,3 +239,6 @@ push_install: clean tar cvjf install-ishtar-$(version).tar.bz2 install/ scp install-ishtar-$(version).tar.bz2 root@git:/var/www/ishtar/install/ rm install-ishtar-$(version).tar.bz2 + +sass: + sass scss/custom.scss ishtar_common/static/bootstrap/bootstrap.css |