Skip to content
GitLab
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
80a752f5
Commit
80a752f5
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
add makefile to make it easier to publish to gh-pages...
parent
e75bc5eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-1
Makefile
with
4 additions
and
1 deletion
+4
-1
Makefile
+
4
-
1
View file @
80a752f5
...
...
@@ -40,9 +40,12 @@ bootstrap:
# WATCH LESS FILES
#
gh-pages
:
cp
-r
docs/
*
../bootstrap-gh-pages
watch
:
echo
"Watching less files..."
;
\
watchr
-e
"watch('less/.*
\.
less') { system 'make' }"
.PHONY
:
dist docs watch
\ No newline at end of file
.PHONY
:
dist docs watch gh-pages
\ 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