# You can set these variables from the command line.
BOWER?= node_modules/.bin/bower
BUILDDIR= ./docs
BUNDLE?= ./.bundle/bin/bundle
GRUNT?= ./node_modules/.bin/grunt
...
...
@@ -35,7 +34,7 @@ help:
@echo" all A synonym for 'make dev'."
@echo" build Create minified builds of converse.js and all its dependencies."
@echo" changes Make an overview of all changed/added/deprecated items added to the documentation."
@echo" clean Remove downloaded the stamp-* guard files as well as all NPM, bower and Ruby packages."
@echo" clean Remove downloaded the stamp-* guard files as well as all NPM and Ruby packages."
@echo" css Generate CSS from the Sass files."
@echo" dev Set up the development environment. To force a fresh start, run 'make clean' first."
@echo" epub Export the documentation to epub."
...
...
@@ -47,7 +46,6 @@ help:
@echo" pot Generate a gettext POT file to be used for translations."
@echo" release Prepare a new release of converse.js. E.g. make release VERSION=0.9.5"
@echo" serve Serve this directory via a webserver on port 8000."
@echo" stamp-bower Install bower dependencies and create the guard file stamp-bower which will prevent those dependencies from being installed again."
@echo" stamp-npm Install NPM dependencies and create the guard file stamp-npm which will prevent those dependencies from being installed again."
@echo" stamp-bundler Install Bundler (Ruby) dependencies and create the guard file stamp-bundler which will prevent those dependencies from being installed again."
@echo" watch Tells Sass to watch the .scss files for changes and then automatically update the CSS files."