-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update everything. #6
Conversation
Update brunch, chaplin, add Bower integration, source maps generation, automatic test loading, better Cordova integration.
I strongly suggest to merge |
Yeah, I got overwhelmed with a lot. I'm back and will start to update everything. |
@jupl can you merge the PR please? |
I updated my base, so there are some conflicts I needed to resolve. I also set aside some time to think as I am torn on having support to programmatically determine use of pushState. If so I need to add a helper for URLs with hash/non-hash. |
Chaplin will programatically determine support for pushState by default on envs like cordova from 0.11. btw. |
But there is still the issue of (non-)hash URLs and relative vs. absolute assets. (Your gist fixes that, but seems a little excessive?) Wouldn't it be easier to make a note of it and have the user choose yes/no pushState? |
pushState does not work with cordova at all. What allowing the choice will do? |
For me, I would like to mimic the behavior in desktop when testing non-Cordova pieces as much as possible. I even had to write apps where Cordova is simply a wrapper, meaning I can do a lot of development in the browser. |
Anywho, I got merge issues resolved and added some stuff I know my partners will like. I'm going to test out the regular version to make sure it's okay before I merge it to master. Next I'll finish up the base Cordova before integrating. |
Update brunch, chaplin, add Bower integration, source maps generation, automatic test loading, better Cordova integration.
@jupl