grunt-assets
v0.1.1
Published
Manage assets
Maintainers
Readme
grunt-assets
Getting Started
Example config
grunt.initConfig({
assets: {
options: {
repository: "[email protected]:myaccount/my-assets-repo.git",
dest: "../my-assets-repo"
}
}
});