TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ShowHN (weekend project) : Ready.js - prepare your js for production

4 pointsby dan_simover 14 years ago
You can find it on GitHub at http://github.com/dsimard/ready.js<p>Ready.js does 4 things :<p><pre><code> * Check if your javascript are valid with jslint. * Optimize and minify your javascript with Closure Compiler. * Watch your javascript files for jslint while you're coding. * Create an aggregated file of all your javascripts. </code></pre> It's written in node.js but can be used in any kind of project (rails, django, plain HTML).

1 comment

dan_simover 14 years ago
clickable : <a href="http://github.com/dsimard/ready.js" rel="nofollow">http://github.com/dsimard/ready.js</a>