added functions to browser build
This commit is contained in:
parent
99ee75ab8b
commit
97f03a2eb3
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ doc:
|
||||
$(docco) lib/carto/*.js lib/carto/tree/*.js
|
||||
|
||||
dist/carto.js:
|
||||
cat browser/*.js lib/carto/parser.js lib/carto/tree.js lib/carto/tree/*.js > dist/carto.js
|
||||
cat browser/*.js lib/carto/parser.js lib/carto/tree.js lib/carto/tree/*.js lib/carto/functions.js > dist/carto.js
|
||||
|
||||
dist: dist/carto.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user