forked from lix-project/hydra
Add common.js to the tarball
This commit is contained in:
parent
611f402a70
commit
c65f40e146
|
@ -2,7 +2,8 @@ TEMPLATES = $(wildcard *.tt)
|
||||||
STATIC = \
|
STATIC = \
|
||||||
$(wildcard static/images/*) \
|
$(wildcard static/images/*) \
|
||||||
$(wildcard static/css/*) \
|
$(wildcard static/css/*) \
|
||||||
static/js/bootbox.min.js
|
static/js/bootbox.min.js \
|
||||||
|
static/js/common.js
|
||||||
|
|
||||||
FLOT = flot-0.6.zip
|
FLOT = flot-0.6.zip
|
||||||
JQUERY = jquery-ui-1.8.5.custom.zip
|
JQUERY = jquery-ui-1.8.5.custom.zip
|
||||||
|
|
Loading…
Reference in a new issue