/kæfˈeɪ/ (haitian creole) A beverage made by infusing the beans of the coffee plant in hot water.
$ 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: './'
}
Use gulp-include
.pipe( include({
basePath: './',
autoExtension: true
}) )
Use the //= require 'FILENAME'
in the file header to know which files to include manually.
See the releases.
MIT © Absolunet