Closed worldspawn closed 2 years ago
I tried to get jasmine2 going... I've only ever done it with protractor and not karma. Theres no solid instructions on how to make that happen. I installed the npm package as instructed but i still dont seem to be able to call beforeAll or any other jasmine 2 things. Anyway...
Wow, lots of goods here! I will look at this over the weekend and hopefully get it into master
. Also it will be good to get a failing test-case for the ng-if
issues in #22 so I can rewrite the module to support linking multiple times. Only thing I might change is removing ng-annotate
because there's so little to annotate...
Thanks!
Sorry for the delay, work has intruded but I am eager to look at this.
I updated this in #30 accidentally instead of here, but please have a look @worldspawn.
Let me know if theres any issues/missed instructions
This annotates the source file automatically (ng-annotate) and puts the annotated version in the root. It also puts an uglified version of that in the root with .min.js as extension. The bower.json main file has changed to point to /multi-transclude.js. *This means if u change `src/.js` you must run gulp to update the release files**
I've added .jshintrc file too which is enforced by the gulp build process.
so you need to do:
npm install
bower install
then run
gulp
and you get some output like: