Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7774d21c
authored
Mar 08, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
django: fix make deps
parent
61ca1266
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
Makefile
+11
-7
No files found.
Makefile
View file @
7774d21c
SHELL
:=
/bin/bash
jsfiles
+=
one/static/script/cloud.min.js
jsfiles
+=
one/static/script/util.min.js
jsfiles
+=
one/static/script/store.min.js
cssfiles
+=
one/static/style/style.css
default
:
migrate
collectstatic mo less uglifyjs
restart
default
:
migrate
generatestatic collectstatic mo
restart
pulldef
:
pull default
pull
:
...
...
@@ -14,6 +18,8 @@ po:
migrate
:
./manage.py migrate
generatestatic
:
$(jsfiles) $(cssfiles)
collectstatic
:
./manage.py collectstatic
--noinput
...
...
@@ -24,10 +30,8 @@ mo:
restart
:
sudo
/etc/init.d/apache2 reload
||
sudo
restart django
less
:
lessc one/static/style/style.less
>
one/static/style/style.css
%.min.js
:
%.js
uglifyjs
$<
>
$@
uglifyjs
:
uglifyjs one/static/script/cloud.js
>
one/static/script/cloud.min.js
uglifyjs one/static/script/util.js
>
one/static/script/util.min.js
uglifyjs one/static/script/store.js
>
one/static/script/store.min.js
%.css
:
%.less
lessc one/static/style/style.less
>
one/static/style/style.css
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment