Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fouber/fis-postpackager-modjs

a postpackager plugin for fis to process map.json and create map.js for modjs
https://github.com/fouber/fis-postpackager-modjs

Last synced: 5 days ago
JSON representation

a postpackager plugin for fis to process map.json and create map.js for modjs

Awesome Lists containing this project

README

        

# fis-postpackager-modjs

a postpackager plugin for fis to process map.json and create map.js for modjs

## usage

$ npm install -g fis-postpackager-modjs
$ vi path/to/project/fis-conf.js

```javascript
//file : path/to/project/fis-conf.js
fis.config.set('modules.postpackager', 'modjs');
//settings
fis.config.set('settings.postpackager.modjs.subpath', 'pack/map.js');
```