Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fouber/fis-postpackager-modjs
- Owner: fouber
- License: mit
- Created: 2013-09-20T06:00:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T07:32:38.000Z (over 8 years ago)
- Last Synced: 2024-10-11T13:36:55.710Z (about 1 month ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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');
```