3.2.10 • Published 4 years ago

@absolunet/kafe v3.2.10

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

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

3.2.10

4 years ago

3.2.9

4 years ago

3.2.8

5 years ago

3.2.7

5 years ago

3.2.6

5 years ago

3.2.5

5 years ago