Two changes. See below:

- Updated to newest requirejs/text.
- Don't build dist files when running `make dev`
This commit is contained in:
JC Brand 2016-09-23 13:41:12 +00:00
parent f4fa753eda
commit 24a93c5638
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ JSHINTEXCEPTIONS = $(GENERATED) \
CHECKSOURCES = $(filter-out $(JSHINTEXCEPTIONS),$(SOURCES)) CHECKSOURCES = $(filter-out $(JSHINTEXCEPTIONS),$(SOURCES))
.PHONY: all .PHONY: all
all: dev all: dev dist
.PHONY: help .PHONY: help
help: help:
@ -121,7 +121,7 @@ clean:
-rm -rf node_modules components .bundle -rm -rf node_modules components .bundle
.PHONY: dev .PHONY: dev
dev: stamp-bower stamp-bundler build dev: stamp-bower stamp-bundler
######################################################################## ########################################################################
## Builds ## Builds

View File

@ -59,7 +59,7 @@
"requirejs-undertemplate": "~0.0.4", "requirejs-undertemplate": "~0.0.4",
"strophe.js": "strophe/strophejs#b583d9e6c57f04d3be492866209d8e2143acf9a0", "strophe.js": "strophe/strophejs#b583d9e6c57f04d3be492866209d8e2143acf9a0",
"strophejs-plugins": "0.0.7", "strophejs-plugins": "0.0.7",
"text": "requirejs/text#2.0.14", "text": "requirejs/text#2.0.15",
"underscore": "~1.8.3" "underscore": "~1.8.3"
}, },
"dependencies": {} "dependencies": {}