Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
6aa38952
Commit
6aa38952
authored
Jan 18, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make grunt path a variable and make other vars overridable
parent
9c0feea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
Makefile
Makefile
+7
-6
No files found.
Makefile
View file @
6aa38952
# You can set these variables from the command line.
BOWER
?=
node_modules/.bin/bower
BOWER
?=
./
node_modules/.bin/bower
BUILDDIR
=
./docs
PAPER
=
PHANTOMJS
?=
node_modules/.bin/phantomjs
PHANTOMJS
?=
./
node_modules/.bin/phantomjs
SPHINXBUILD
?=
./bin/sphinx-build
SPHINXOPTS
=
PO2JSON
?=
node_modules/.bin/po2json
PO2JSON
?=
./
node_modules/.bin/po2json
SASS
?=
sass
GRUNT
?=
./node_modules/.bin/grunt
# Internal variables.
ALLSPHINXOPTS
=
-d
$(BUILDDIR)
/doctrees
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
./docs/source
...
...
@@ -52,7 +53,7 @@ jsmin:
./node_modules/requirejs/bin/r.js
-o
src/build.js
&&
./node_modules/requirejs/bin/r.js
-o
src/build-no-locales-no-otr.js
&&
./node_modules/requirejs/bin/r.js
-o
src/build-no-otr.js
&&
./node_modules/requirejs/bin/r.js
-o
src/build-website.js
cssmin
:
grunt
cssmin
$(GRUNT)
cssmin
release
:
sed
-i
s/Project-Id-Version:
\
Converse
\.
js
\
[
0-9]
\.
[
0-9]
\.
[
0-9]/Project-Id-Version:
\
Converse.js
\
$(VERSION)
/ locale/converse.pot
...
...
@@ -95,8 +96,8 @@ css::
${SASS}
sass/converse.scss
>
css/converse.css
build
::
./node_modules/.bin/grunt
jst
./node_modules/.bin/grunt
minify
$(GRUNT)
jst
$(GRUNT)
minify
########################################################################
## Tests
...
...
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