diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-20 03:24:02 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-20 03:24:30 +0100 |
commit | a9e676eb8af8f9881c152dacbea450610e8002fa (patch) | |
tree | a83ca6a3d43399d186bc8633eb3a844c1ae96a26 /imdb-lookup/js/Makefile | |
parent | 40b87932d30980b26eff81f9184441a119a13dd7 (diff) | |
download | scripts-a9e676eb8af8f9881c152dacbea450610e8002fa.tar.gz scripts-a9e676eb8af8f9881c152dacbea450610e8002fa.zip |
upgrade to ember.js
Diffstat (limited to 'imdb-lookup/js/Makefile')
-rw-r--r-- | imdb-lookup/js/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/imdb-lookup/js/Makefile b/imdb-lookup/js/Makefile new file mode 100644 index 0000000..5189c3f --- /dev/null +++ b/imdb-lookup/js/Makefile @@ -0,0 +1,13 @@ +CLOSURE_FLAGS=\ + --compilation_level SIMPLE_OPTIMIZATIONS + +all: + java -jar ~/vcs/v86/closure-compiler/compiler.jar \ + $(CLOSURE_FLAGS) \ + libs/jquery-1.11.2.js \ + libs/handlebars-v2.0.0.js \ + libs/ember-1.9.0.js \ + libs/ember-data-1.0.0-beta.12.js \ + app.js \ + > all.min.js + |