empirejustice / empirejustice.github.io

http://foreclosureguide.empirejustice.org
Other
0 stars 8 forks source link

Concatinate JavaScript #341

Open everett-f opened 10 years ago

everett-f commented 10 years ago

The JavaScripts have been re-written to be able to run together with out conflicting with each other. After grunt has been set up, this is something someone can do.

Also add the ability to uglify the JavaScripts

ghost commented 10 years ago

@extremezoo , @esteinborn do you guys know of any good resources for learning how to create grunt builds, and at what point should something like commonJs or amd be implemented.

esteinborn commented 10 years ago

Take a look at: http://24ways.org/2013/grunt-is-not-weird-and-hard/

Also, don't worry too much about this yet as utilizing a grunt build #333 is a much larger endeavor than implementing Jekyll as GH-pages will not compile a grunt build.