minime

1.1.5 • Public • Published

minime

Minifier for front-end assets

Install

npm install minime -g

Updates

  • 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

minime

Improvements?

  • Please shoot any suggestions you have to andytlim@gmail.com. Or better yet, help contribute!

Readme

Keywords

Package Sidebar

Install

npm i minime

Weekly Downloads

7

Version

1.1.5

License

none

Last publish

Collaborators

  • watashiarc