Browse Source

Two changes. See below:

- Updated to newest requirejs/text.
- Don't build dist files when running `make dev`
JC Brand 8 years ago
parent
commit
24a93c5638
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Makefile
  2. 1 1
      package.json

+ 2 - 2
Makefile

@@ -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

+ 1 - 1
package.json

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