Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
abb1db3e
Commit
abb1db3e
authored
Feb 09, 2013
by
Thomas Park
Browse files
swatchmaker: update make file to use recess instead of lessc
parent
8ffb4147
Changes
1
Show whitespace changes
Inline
Side-by-side
swatchmaker/Makefile
View file @
abb1db3e
...
...
@@ -5,10 +5,10 @@
OUTPUT_PATH
=
swatch
bootswatch
:
lessc
swatchmaker.less
>
${OUTPUT_PATH}
/bootstrap.css
l
ess
c
--compress
swatchmaker.less
>
${OUTPUT_PATH}
/bootstrap.min.css
lessc
swatchmaker-responsive.less
>
${OUTPUT_PATH}
/bootstrap-responsive.css
l
ess
c
--compress
swatchmaker-responsive.less
>
${OUTPUT_PATH}
/bootstrap-responsive.min.css
recess
--compile
swatchmaker.less
>
${OUTPUT_PATH}
/bootstrap.css
rec
ess
--compress
swatchmaker.less
>
${OUTPUT_PATH}
/bootstrap.min.css
recess
--compile
swatchmaker-responsive.less
>
${OUTPUT_PATH}
/bootstrap-responsive.css
rec
ess
--compress
swatchmaker-responsive.less
>
${OUTPUT_PATH}
/bootstrap-responsive.min.css
bootstrap
:
-
test
-d
bootstrap
&&
rm
-r
bootstrap
...
...
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