Commit 24a93c56 authored by JC Brand's avatar JC Brand

Two changes. See below:

- Updated to newest requirejs/text.
- Don't build dist files when running `make dev`
parent f4fa753e
......@@ -28,7 +28,7 @@ JSHINTEXCEPTIONS = $(GENERATED) \
CHECKSOURCES = $(filter-out $(JSHINTEXCEPTIONS),$(SOURCES))
.PHONY: all
all: dev
all: dev dist
.PHONY: help
help:
......@@ -121,7 +121,7 @@ clean:
-rm -rf node_modules components .bundle
.PHONY: dev
dev: stamp-bower stamp-bundler build
dev: stamp-bower stamp-bundler
########################################################################
## Builds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment