An open API service indexing awesome lists of open source software.

https://github.com/algesten/fnug

JavaScript on-the-fly dependency resolver/compressor/jslint servlet.
https://github.com/algesten/fnug

Last synced: 24 days ago
JSON representation

JavaScript on-the-fly dependency resolver/compressor/jslint servlet.

Awesome Lists containing this project

README

        

Servlet that does:

1. JavaScript/CSS resource transitive dependency resolution
using JSDoc @requires tags.

2. On-the-fly compressed deploy/debug mode using Google
Closure Compiler.

3. JSLint of JavaScript using Douglas Crockford's excellent
tool via jslint4java.

4. Concept of "bundles" that allows for javascript packaging
inside .jar-files.

This servlet is aimed at projects doing hand written JavaScript
specifically using tools like FireBug. Checkout the concepts page

https://github.com/algesten/fnug/wiki/Concepts