joelcarlton / Sublime-CombineAndMinify

Combine a list of JavaScript files Into a single master and minified version
GNU General Public License v2.0
9 stars 3 forks source link

Build Failed: FileList does not exist error #4

Open bman-80stees opened 10 years ago

bman-80stees commented 10 years ago

Hello, I was using this to combine a bunch of external JS files and followed the instructions as they stated. Everytime I click build, I get the error that the build failed because a file list doesn't exist. Is it referring to the files.txt file? I've created that per the instructions.

Here is my Sublime text 2 project file:

    {
    "folders":
    [
        {
            "path": "Compressed"
        }
    ],
    "settings":
    {
        "Combine: FileList": "/C/Users/b/Desktop/Shopify/scripts/Compressed/files.txt",
        "Combine: InPath": "/C/Users/b/Desktop/Shopify/scripts/Compressed/public/js/",
        "Combine: MasterName": "master.js",
        "Combine: MinifyName": "master.min.js",
        "Combine: OutPath": "/C/Users/b/Desktop/Shopify/scripts/Compressed/private/js/"
    }
}

Am I doing something incorrectly? Please help, thanks.

joelcarlton commented 9 years ago

Try making folders: path absolute. Sorry for the delayl