Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
af95f5ce
Commit
af95f5ce
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
add watchr command for prostyle developmentttt
parent
9660f6f1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-0
Makefile
with
2 additions
and
0 deletions
+2
-0
Makefile
+
2
-
0
View file @
af95f5ce
# NOTE: you must have the less npm package installed globally to build!
# To install run: npm install less -g
# ProTip: watchr -e "watch('lib/.*\.less') { system 'make' }"
build
:
@
lessc ./lib/bootstrap.less
>
./bootstrap-1.0.0.css
@
lessc ./lib/bootstrap.less
>
./bootstrap-1.0.0.min.css
--compress
@
echo
"bootstrap successfully built!"
.PHONY
:
build
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets