compy icon indicating copy to clipboard operation
compy copied to clipboard

lightweight html app builder

Results 11 compy issues
Sort by recently updated
recently updated
newest added

Given I have in my package.json "compy": { "main": "Main.js", "dependencies": { "edjafarov/socker": "master" } } `compy install` and `compy install -f` won't update my compy entries, but `compy install...

Right now everything is built in single js file, which is awesome since removes require.js complexity. Though it is reasonable that in certain cases some sources we need to load...

We need to have clear decision about technologies we gonna use. I prefer to use something like **Homebrew** with simplified build process. [Here](https://github.com/mxcl/homebrew/wiki/Formula-Cookbook) is example of Homebrew Formula (ruby). The...

This shouldn't be the way to go. But for some cases you should be able to do that. ``` { compy: { alias: { "backbone":"./lib/backbone.js", "globalize":"./lib/globalize.js" } } } ```

make possible to develop libs easier - developer should be able to use all benefits of local require and structure the lib as he want - developer should be able...

USE https://github.com/hij1nx/complete

with changes like plugin screencast and readme should be updated

- [ ] write workflow example - [ ] record screencast - [ ] write out configuration details - [ ] write out grunt extension example

enhancement