grunt-barkeep
v0.4.3
Published
grunt tasks for deploying to s3, sending data to ducksboard, and snockets.
Downloads
11
Readme
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.