Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gruntfile.js for Grunt. #3

Open
haphut opened this issue Oct 11, 2013 · 1 comment
Open

Add Gruntfile.js for Grunt. #3

haphut opened this issue Oct 11, 2013 · 1 comment
Milestone

Comments

@haphut
Copy link
Contributor

haphut commented Oct 11, 2013

Grunt is a build tool, like make. Here are the basics and a sample.

@jjrv
Copy link
Contributor

jjrv commented Nov 8, 2013

Plovr is preferred for building. It's a single .jar containing closure compiler and relevant additional tools for compiling and minifying the project. It can also function as a service keeping the JIT-compiled Java-based compiler in memory, making the build process take about 90% less time for repeated builds. Of course Closure Compiler's standard Python-based build scripts also work.

Plovr fits the philosophy of LocalRoute.js which will also be a single .js file capable of most functionality with just Node.js builtin modules or a web browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants