0.3.9 • Published 11 years ago

runt v0.3.9

Weekly downloads
107
License
-
Repository
github
Last release
11 years ago

Runt - Grunt without the "Geee why does it do that" Build Status

Runt is a simple website development tool that helps you:

  • UglifyJS your scripts
  • Compile your LessCSS styles
  • Compile your Pistachio templates
  • Compile you CommonJS Scripts into a single script for the browser (browserify light)

It can do that simpler than Grunt and in addition it can Monitor your filesystem for changes and do a rebuild when necessary. Further more it will analyze the dependencies in templates (like partials) and less files (imports) that should trigger a rebuild. So even if you change an included File, it will trigger a rebuild on change.

So it becomes a painless experience to develop with Less, Templates and JavaScript. So you can use the same HTML code in development as in production it uses Sourcemaps (thanks to Uglify).

Install:

npm install -g runt

Use:

runt [--config=<config-file>] [--quiet] [--build] [--watch] [--show-config]

The default for --config is ./runt.json

Now grows support is also available. If the growl node module is available and functional it is used to also display a notification when a build item is completed.

0.3.9

11 years ago

0.3.8

11 years ago

0.3.7

11 years ago

0.3.6

11 years ago

0.3.5

11 years ago

0.3.4

11 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago