Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

absolunet/kafe

Repository files navigation

kafe

kafe

npm npm dependencies npms Travis CI

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

Full documentation

Release history

See the releases.

Contributing

Issues | Pull requests

License

MIT © Absolunet