Skip to content

Gijsjan/Gake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Gake

Merge of Grunt and Cake.

  1. Add 'gake' to /usr(/local)/bin or symbolic link to it.
  2. Add a Gakefile to project root.
  3. Run 'gake' in project root.

Gakefile is a simple JSON:

[
    {
        "description": "Copying a JS lib",
        "command": "cp /my/dev/lib.js /my/prod/js/lib/"
    },
    {
        "description": "Compile Coffee to JS",
        "command": "coffee -c -o /my/prod/js /my/dev/coffee"
    },
    {
        "description": "Crunch it with require.js",
        "command": "r.js -o /my/dev/build.js"
    }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published