1.1.5 • Published 8 years ago

minime v1.1.5

Weekly downloads
24
License
-
Repository
-
Last release
8 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

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago