https://github.com/ragingwind/next-precache
Manifest needs to be precached for service worker for Next.js
https://github.com/ragingwind/next-precache
Last synced: 11 months ago
JSON representation
Manifest needs to be precached for service worker for Next.js
- Host: GitHub
- URL: https://github.com/ragingwind/next-precache
- Owner: ragingwind
- License: mit
- Created: 2017-06-27T08:37:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T09:15:15.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T00:03:19.231Z (over 1 year ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# next-precache [](https://travis-ci.org/ragingwind/next-precache)
> Globb files need to be precached
## Install
```
$ npm install next-precache
```
## Usage
```js
const nextPrecache = require('next-precache');
nextPrecache('unicorns');
//=> 'unicorns & rainbows'
```
## API
### nextPrecache(input, [options])
#### input
Type: `string`
Lorem ipsum.
#### options
##### foo
Type: `boolean`
Default: `false`
Lorem ipsum.
## License
MIT © [ragingwind](http://ragingwind.me)