Skip to content

tzengerink/static-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STATIC-BUILD

Easily concatinate and minify your JavaScript files and CSS stylesheets.

First clone this repository as a submodule of your project. Inside the submodule copy and rename builds.json.default and edit the file to meet your needs. You should use the following as your template:

[{
    "name" : "My Repo Name",
    "css" : {
        "in" : [],
        "out" : "css/style.min.css"
    },
    "js" : {
        "in" : [],
        "out" : "js/script.min.js"
    }
}]

Copyright (c) 2012, T. Zengerink - See the lisence

About

Assists in building your static files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages