0.4.7 • Published 11 years ago

deployment_groove v0.4.7

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

Deployer Groove makes it easy to concatenate multiple javascripts in order without having a build step in development. Put the line

require(<path from web root to file>, [<path>, <path>]);

in your javascript files. When you run

dg <path to javascript> [<path>, <path>]

all the require calls will be replaced with the javascript file. To remove the build step for development, include the function defined in header.js in your javascript, updating staticUrl with the web root path.

Options -o --output - the file to write the output to. Defaults to stdout -u --uncompressed - do not compress the output -l --lint - lint the input files -h --help - write the help to stdout and exit

0.4.7

11 years ago

0.4.6

11 years ago

0.4.5

11 years ago

0.4.4

11 years ago

0.4.3

11 years ago

0.4.2

11 years ago

0.4.1

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago