Logo
Explore Help
Sign In
GNUsocial/gnu-social
4
0
Fork 1
You've already forked gnu-social
Code Issues Releases Wiki Activity
gnu-social/js/Makefile

13 lines
189 B
Makefile
Raw Normal View History

Makefile to re-generate util.min.js (needs yui-compressor in path)
2010-12-15 15:00:44 -08:00
.fake: all clean
TARGETS=util.min.js
Break xbImportNode.js and geometa.js back out of util.js; the Makefile in js has been updated to combine them with util.js source when building util.min.js Revert "combine our standard scripts into one big script" This reverts parts of commit 0c5ca46ba3a070803d993b0244fcc69d33875ebd.
2010-12-22 15:20:07 -08:00
SOURCES=util.js xbImportNode.js geometa.js
Makefile to re-generate util.min.js (needs yui-compressor in path)
2010-12-15 15:00:44 -08:00
all: $(TARGETS)
clean:
rm -f $(TARGETS)
Break xbImportNode.js and geometa.js back out of util.js; the Makefile in js has been updated to combine them with util.js source when building util.min.js Revert "combine our standard scripts into one big script" This reverts parts of commit 0c5ca46ba3a070803d993b0244fcc69d33875ebd.
2010-12-22 15:20:07 -08:00
util.min.js: $(SOURCES)
cat $+ | yui-compressor --type js > $@
Copy Permalink
Powered by Gitea Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API