0.4.3 • Published 11 years ago

grunt-barkeep v0.4.3

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

grunt-barkeep

a simple collection of common javascript build tasks for grunt.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-barkeep

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-barkeep');

Documentation

grunt-barkeep is bundled with the following additonal tasks:

docco

Generate docco documentation from JavaScript files.

jasmine

Run headless jasmine tests on the command line using jasmine-dom.

snockets

Build a dependency tree of source files for the concat and min grunt tasks using snockets. Snockets is a JavaScript dependency parser similar to Ruby's sprockets.

prepare-deploy

An experimental task that determines what files to upload or delete from an Amazon S3 buckets when mirroring a local directory. It is meant to be run before the s3 task in the grunt-s3 project.

ducksboard

Sends file size data to ducksboard for reporting purposes. Useful for tracking the size of your JavaScript web applications over time.

clean

Delete the files and/or directories of your choice.

Examples

See grunt.js in the barkeep directory.

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Flite, Inc.
Licensed under the MIT license.

0.4.3

11 years ago

0.3.10

12 years ago

0.3.8

12 years ago

0.3.6

12 years ago

0.3.5

12 years ago

0.3.3

12 years ago

0.3.2

12 years ago

0.2.10

12 years ago