Results 17 comments of Paul

I've shoved it into npm, but it's not in commonjs format and there's no "main" key. So maybe `require('angular-tree-repeat/dist/angular-tree-repeat')` will work... I don't use browserify, so I don't know. Let...

I've been working on a fork of angular-seed to demonstrate how to simply switch from the manual setup most people are familiar with. https://github.com/stackfull/angular-seed Problem is that angular-webpack-plugin isn't fully...

The reason I want aliases to work is so that if you have modules like "myApp.mod1" "myApp.mod2" and files src/js/amazingapp/mod1.js and src/js/amazingapp/mod2.js, you can alias myApp to src/js/amazingapp and have...

I don't think that will work as of v0.0.1. I was finishing off the resolve too early by looking for files/directories instead of modules. I hope to make a push...

it depends on the author as npm and bower are published separately - you can use the same repo or not, depending on taste. The reason angular-webpack-plugin doesn't work yet...

Updated with a few fixes, readme links to the angular-seed but I'd like to add a few more notes before closing this issue.

This wasn't meant to be just the "ng" prefix, but any prefix. At the moment, I'm leaning toward not including this feature as the rules for mapping names to files...