Rob Fletcher
Rob Fletcher
Kinda feels like that's a peculiar structure where you'd be just as well overriding the `clean` task. What does the compass command line tool do in this arrangement?
@kousen do you still have the .gemrc file that was causing the problem described in ratpack/ratpack#71? Was it specifying `gem_home`? I think I see how to fix this but I...
Are you still having problems building Ratpack? If so I can push a new version of the plugin to see if what I think will fix the problem does in...
Yeah. I think given the advent of Bootstrap and other front-end frameworks there are now much better ways to approach some of the things this plugin is attempting to do....
The problem with `http://localhost:8080/ng-templates/alert.html` being a 404 is caused because I've been lazy and hardcoded the path in 2 places in the `scaffolding.js` file. I'll get that fixed. In the...
I've raised #17 to track the issue with the hardcoded paths.
I don't understand where those URLs are coming from. They are not correct. Can you post some of the code so I can try to recreate this?
I raised #18 for supporting i18n. I know this needs to be done but the plugin is still at a fairly early stage.
Can run this command in the javascript console and let me know what the output is: ``` javascript $('body').data('base-url') ``` For example, on the demo app the result is `"/album/"`....
Ok, that `base-url` value is incorrect which is partly the problem. I say partly because the URLs that are getting a 404 should have a `#` in them as well,...