mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
Add a Makefile to compile JS and CSS
This commit is contained in:
3
Makefile
3
Makefile
@@ -10,7 +10,8 @@ CSS_SRC_DIR = ram/portal/static/css/src
|
||||
CSS_OUT_DIR = ram/portal/static/css
|
||||
|
||||
# Source files
|
||||
JS_SOURCES = $(JS_SRC_DIR)/theme_selector.js $(JS_SRC_DIR)/tabs_selector.js
|
||||
JS_SOURCES = $(JS_SRC_DIR)/theme_selector.js $(JS_SRC_DIR)/tabs_selector.js $(JS_SRC_DIR)/validators.js
|
||||
|
||||
CSS_SOURCES = $(CSS_SRC_DIR)/main.css
|
||||
|
||||
# Output files
|
||||
|
||||
Reference in New Issue
Block a user