README
kafe
Mixing javascript crops for a perfect flavour.
/kæfˈeɪ/ (haitian creole) A beverage made by infusing the beans of the coffee plant in hot water.
Dependencies
Install
$ npm install @absolunet/kafe
## Usage
### Grunt
Use [grunt-includes](https://www.npmjs.org/package/grunt-includes)
```js
options: {
includeRegexp: /^\s*\/\/\=\srequire\s'([^']+)'\s*/,
duplicates: false,
filenameSuffix: '.js',
includePath: './'
}
Gulp
Use gulp-include
.pipe( include({
basePath: './',
autoExtension: true
}) )
Standalone
Use the //= require 'FILENAME'
in the file header to know which files to include manually.
Documentation
Release history
See the releases.
Contributing
License
MIT © Absolunet