Eldar Dzhafarov
Eldar Dzhafarov
when we reg actions in app we got a string, thus we can use this string instead of real function
grail should understand nested routes with / /path router got it as /path and grail as //path
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...
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