Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
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
1b2fb7a6
authored
Apr 19, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloud: fix Makefile not generating less
Not really know what am I doing, but works now.
parent
52a1f5b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Makefile
+4
-3
No files found.
Makefile
View file @
1b2fb7a6
...
...
@@ -3,7 +3,6 @@ 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 generatestatic collectstatic mo restart
...
...
@@ -18,7 +17,7 @@ po:
migrate
:
./manage.py migrate
generatestatic
:
$(jsfiles)
$(cssfiles)
generatestatic
:
$(jsfiles)
one/static/style/style.css
collectstatic
:
./manage.py collectstatic
--noinput
...
...
@@ -33,5 +32,7 @@ restart:
%.min.js
:
%.js
uglifyjs
$<
>
$@
%.css
:
%.less
one/static/style/style.css
:
lessc one/static/style/style.less
>
one/static/style/style.css
.PHONY
:
default pulldef pull po migrate generatestatic collectstatic mo restart 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