CombineAndMinify
Combine a list of JavaScript files Into a single master and minified version
Details
Installs
- Total 4K
- Win 2K
- Mac 1K
- Linux 449
Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime-CombineAndMinify
Combine a list of JavaScript files Into a single master and minified version
Created
8/2013
Last Updated
12/2013
Version
1.0.2
Release Notes
1.0.2 (12/12/13)
- Updated documentation to include absolute paths and notes
1.0.1 (08/27/13)
- Added project description
- Fixed syntax error
1.0.0 (08/2013)
- Initial build
Setting Up CombineAndMinify
In order to use CombineAndMinify your project must be saved to a .sublime-project.
- Click Project from Menu Bar
- Click Save Project As
- Name and Save
- Click Project > Edit Project
- Add Settings for CombineAndMinify
- Save project file
- Make files.txt with a list of files that should be processed at the location specified with FileList
- Run by using key command, tools menu, right click menu, or command palette
Notes:
- Paths may need to be set up as absolute to work
- InPath and OutPath require a trailing directory /
Minimum Settings
{
"settings":
{
"Combine: FileList": "/files.txt",
"Combine: InPath": "/public/js/"
}
}
Template
{
"folders":
[
{
"path": "/path/to/working/files"
}
],
"settings":
{
"Combine: FileList": "/path/to/working/files/files.txt",
"Combine: InPath": "/path/to/working/files/public/js/",
"Combine: OutPath": "/path/to/working/files/private/js/",
"Combine: MasterName": "master.js",
"Combine: MinifyName": "master.min.js"
}
}
files.txt
################ Comments Are Ignored ################
externaljs.js
externaljs2.js
Defaults
- FileList and InPath are required.
- OutPath is not required and will default to InPath unlesss specified otherwise.
- MasterName and MinifyName are not required and will resolve to master.js and master.min.js unlesss specified otherwise
License
GNU GENERAL PUBLIC LICENSE Version 2, June 1991