php-sass

php-sass 1.0

php-sass uses the scssphp library to take SASS/SCSS code and convert it to standards compliant CSS code.The class can be used at runtime, taking the developer's .scss files and converting them to .css files every time a user access the site.This ensures...

Lumbar

Lumbar 5.0.0

Lumbar works by sniffing the user's device details, building the JS code and delivering appropriate modules.Besides generating the correct JS code needed in the app, it will also get all the appropriate Stylus files compile them to CSS, and send them to...

Gear.js

Gear.js 0.9.7

Gear.js is a tool developers will need when working on complex projects with hundreds of files and folders.This tool will help them automate a series of operations like testing, checking syntax, concatenating, and minifying files. All these with the...

ExecJS

ExecJS 2.4.0 updated

Works by taking a JS snippet, opening a JavaScript runtime, running the code and returning the result as a Ruby object.Depending on the user's platform and capabilities, ExecJS automatically chooses the best runtime available to run the JavaScript...

Rakudo

Rakudo 2015.11 updated

This is a development, running and compiling environment for the Perl 6 programming language. Uses the Parrot VM to compile the code.What is new in this release:Allow Buf.AT-POS to return an l-value. Implement method ^foo($) { ... } syntax. Implemented...

Opal

Opal 0.9.2 updated

Opal compiles source-to-source. Besides the version, Opal can also be integrated with jQuery, Ruby on Rails, Node.js and TodoMVC.What is new in this release:Remove Sprockets 3.0 support. What is new in version 0.8.1:Remove Sprockets 3.0 support. What is...

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...

Middleman

Middleman 4.1.1 updated

Or in simpler terms: a static site compiler (generator) for Ruby.Middleman functions in the same way as other static site generators, working based on a set of configuration files, template handlers and content storage files.Middleman reads the configs...

RingoJS

RingoJS 0.11

Written in Java, it provides a CommonJS conformant module library and web application framework.It adds a number of features to Rhino that make it suitable for real-world, large-scale application development.RingoJS is mainly geared for web applications,...