Cruncher

Cruncher 3.1.0 updated

Cruncher was created to promote professional practices when it comes to developing Web applications in C# & ASP.NET. Instead of simply dumping your CSS and JavaScript code into the final application, using Cruncher lets developers easily merge and then...

CSS Crush

CSS Crush 2.4.0 updated

A pre-processor is a tool for interpreting CSS before sending out to the client. This means that the developer can add CSS in a more complex syntax, and then send it to the pre-processor to convert it into standard CSS code.What is new in this...

CSS:LESS

CSS:LESS 0.5.0

Can also be used as a CSS 3 compactor.CSS:LESS was specifically developed for the JVM environment.What is new in this release:Differentiating CLI settings from programmatic. Limitations:Mixins, Accessors, and Imports are not fully...

Cython

Cython 0.23 updated

Developed from the Pyrex core, it's enhanced with more cutting edge functionality and optimizations.The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class...

Django Gears

Django Gears 0.7.1

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.Gears is a Python tool for merging and compressing client-side assets like CSS and JavaScript.This projects merges the two, providing a module for...

Duo

Duo 0.9.4

Duo or Duo.js, uses concepts from other package managers, blending various features together to provide a more solid solution for managing HTML, CSS, and JavaScript code automatically, based on a simple configuration file.With ideas and features borrowed...

Edge.js

Edge.js 5.0.0 updated

Edge.js allows developers to use .NET functions inside Node.js code and vice versa. It basically provides a bridge between V8 and CLR, allowing both languages to run in the same CPU process. Edge.js broadens the scope for both Node.js and .NET...

Editr

Editr 2.3.0

Editr can combine CSS, HTML and JavaScript code into a fully working demo box.This can then be used as a preview tool for coding experiments and for demonstrative or learning purposes. The code editor that powers Editr is ACE and can be easily setup with...

Emscripten

Emscripten 1.36.5 updated

Emscripten works by transforming LLVM bitcode into JavaScript syntax and allowing developers to run it either in a client-side (browsers) and/or server-side (Node.js) environment. Emscripten is widely considered the best tool to convert C/C++ applications...

Envjs

Envjs 1.2.35 / 1.3.pre1

Originally created and developed by John Resig, creator of jQuery, it was one of the first tries of bringing browser JS runtime to server environments.Envjs is what industry experts call a 'headless' browser. A portable JS runtime compiler that can...