projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48354a0
)
fix path for yui-compressor, part of MKWS-286
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 16 Oct 2014 09:10:21 +0000
(09:10 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 16 Oct 2014 09:10:21 +0000
(09:10 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
9c1fa79
..
f6cdf3d
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-14,7
+14,7
@@
PP2_URL = http://git.indexdata.com/?p=pazpar2.git;a=blob_plain;f=js/${PP2_FILE};
VERSION = $(shell tr -d '\012' < VERSION)
HANDLEBARS = ../test/node_modules/.bin/handlebars
-YUI_COMPRESSOR = $(shell which yui-compressor ../../test/bin/yui-compressor | head -1)
+YUI_COMPRESSOR = $(shell which yui-compressor ../test/bin/yui-compressor | head -1)
COMPONENTS = mkws-handlebars.js \
mkws-core.js \