1.1.5 • Published 9 years ago

minime v1.1.5

Weekly downloads
24
License
-
Repository
-
Last release
9 years ago

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
OptionDescription
-f locationminime.json location (if unspecified, will use current directory)
-rcreate all folders in path if they do not exist
-pjs 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!
1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago