minime
v1.1.5
Published
Minifier for front-end assets
Readme
minime
Minifier for front-end assets
Install
npm install minime -gUpdates
- Redesigned minime.json. Please see new format below!
- The command now has the following options
| Option | Description | | --- | --- | | -f [location] | minime.json location (if unspecified, will use current directory) | | -r | create all folders in path if they do not exist | | -p | js files will be minified (default: concat, uglify only) |
- Please use the new version and let me know if you would like any better enhancements
Add minime.json to project
{
"js": [
{
"source": <path>,
"target": <path>,
"map": {
<targetFileName>: [<sourceFileName>, ...]
}
},
...
],
"css": [
{
"source": <path>,
"target": <path>,
"map": {
<targetFileName>: [<sourceFileName>, ...]
}
},
...
]
}Run
minimeImprovements?
- Please shoot any suggestions you have to [email protected]. Or better yet, help contribute!
