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.
- Host: GitHub
- URL: https://github.com/algesten/fnug
- Owner: algesten
- License: other
- Created: 2010-11-05T12:11:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:07:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T23:51:15.463Z (3 months ago)
- Language: Java
- Homepage: https://github.com/algesten/fnug/wiki/Quick-Start
- Size: 272 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
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 pagehttps://github.com/algesten/fnug/wiki/Concepts