summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-11-24Use uglifyjs instead of closure-compiler. It's faster.HEADmasterLuke Shumaker
2015-11-04revert the last commitLuke Shumaker
2015-11-04add paypal donate buttonLuke Shumaker
2015-08-13Fix bug in MakefileLuke Shumaker
2015-08-13Merge branch 'archweb-generic'Luke Shumaker
2015-08-13Makefile: cleanupLuke Shumaker
Get the correct versions of UglifyJS and Closure Compiler. Also, generate the RSS icons.
2015-04-15Fix issues with MakefileLuke Shumaker
- the entries in generated .gitignore's had prefixes - because sitestatic/logos/ was empty, it got removed; teach Makefile to create it
2015-04-15Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
2015-04-15Add a Makefile to generate all of the 3rd party or minimized Javascript.Luke Shumaker
The goal here is to generate the files *exactly* as they are currently in the repository, which sometimes means using a specific version of a minifier or other weird things.
2013-07-14add Makefiles to generate the brandingLuke Shumaker
2013-07-14Add Makefiles to download .js files, and generate .min.js files.Luke Shumaker