diff options
| author | Teddy Wing | 2013-04-27 19:25:40 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-27 19:25:56 -0400 |
| commit | 512e8b2da71de59132a29e80d7359ac843d62f07 (patch) | |
| tree | 3f5024a4f75072eda45713dcd429a0b58bf969b9 /node_modules/ejs/Makefile | |
| parent | 4b14305623d5ddc59f435fc5e35c54c0def1d392 (diff) | |
| download | Who-am-I-512e8b2da71de59132a29e80d7359ac843d62f07.tar.bz2 | |
Untrack ./node_modules
Sorry, my bad for not ignoring it initially.
Diffstat (limited to 'node_modules/ejs/Makefile')
| -rw-r--r-- | node_modules/ejs/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/node_modules/ejs/Makefile b/node_modules/ejs/Makefile deleted file mode 100644 index 94ab5b2..0000000 --- a/node_modules/ejs/Makefile +++ /dev/null @@ -1,24 +0,0 @@ - -SRC = $(shell find lib -name "*.js" -type f) -UGLIFY_FLAGS = --no-mangle - -all: ejs.min.js - -test: - @./node_modules/.bin/mocha \ - --require should \ - --reporter spec - -ejs.js: $(SRC) - @node support/compile.js $^ - -ejs.min.js: ejs.js - @uglifyjs $(UGLIFY_FLAGS) $< > $@ \ - && du ejs.min.js \ - && du ejs.js - -clean: - rm -f ejs.js - rm -f ejs.min.js - -.PHONY: test
\ No newline at end of file |
