-
Notifications
You must be signed in to change notification settings - Fork 363
Add bower support #157
Comments
@loginx have you considered using Broswerify to include the module contents clientside? |
I haven't, but I'm not sure that would help. Isn't the All bower would do, is just make it easier for client builds to include that file. |
@loginx yes, we load |
Loading the precompiled From what I can tell, |
Supporting bower would be fantastic! |
Ok thanks @alice. I'll start working on that right now. I'll probably end up breaking up the work into the following tasks, and submitting individual PRs for each task:
We can skip the release management if you want, but you'll have to remember to create and push a new git tag for each release, or bower won't be aware of it. |
I've been meaning to figure out a release management grunt task anyway, so if you want to get the ball rolling on that it would be greatly appreciated! |
* Once this is merged, the module can be registered into the bower registry. * Fixes GoogleChrome#157
I'm working on integrating ADT into a suite of jasmine tests loaded through
karma
andkarma-requirejs
.Unfortunately, npm modules aren't accessible by these tests because they aren't available to the client side app. We would have to rely either on a submodule inside of our build, or manually copying
axs_testing.js
into our test build each time.It would be useful to have a
bower
config for the project, and publish it on release.I'm willing to work on building the config and any release automation tooling that would be needed, provided that's something you guys want.
The text was updated successfully, but these errors were encountered: