update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
24
www/analytics/libs/bower_components/chroma-js/Makefile
vendored
Normal file
24
www/analytics/libs/bower_components/chroma-js/Makefile
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
|
||||
all: chroma.min.js
|
||||
|
||||
clean:
|
||||
@rm chroma.js chroma.min.js license.coffee
|
||||
|
||||
license.coffee: LICENSE
|
||||
@echo "###*" > $@ \
|
||||
echo " * @license" >> $@ \
|
||||
echo " *" >> $@ \
|
||||
while read i \
|
||||
do \
|
||||
echo " * $i" >> $@ \
|
||||
done < LICENSE \
|
||||
echo "###" >> $@
|
||||
|
||||
chroma.js: license.coffee src/api.coffee src/color.coffee src/conversions/*.coffee src/scale.coffee src/limits.coffee src/colors/*.coffee src/utils.coffee src/interpolate.coffee
|
||||
@coffee -o . -j $@ $^
|
||||
|
||||
chroma.min.js: chroma.js
|
||||
@uglifyjs --comments "@license" chroma.js > $@
|
||||
|
||||
test: chroma.js
|
||||
@npm test
|
||||
Loading…
Add table
Add a link
Reference in a new issue