showdownjs / ng-showdown

Angular integration for Showdown
BSD 3-Clause "New" or "Revised" License
105 stars 33 forks source link

Populate dist/ files or point package.json main at src/ #5

Closed rjmackay closed 9 years ago

rjmackay commented 9 years ago

Currently require('ng-showdown') doesn't work because it'll load ./dist/ng-showdown.js which is empty. Can this either be pointed at the src file or the dist file get populated with a real build?

tivie commented 9 years ago

We haven't update the library yet. I will fix this as soon as possible

acourtiol commented 9 years ago

Any news of when this will be ready ? :smiley:

acourtiol commented 9 years ago

Any chance to get this merged soon ? :+1:

SyntaxRules commented 9 years ago

8 solved this the 'real build' way.So closing in favor of that pull request. I'll release it as an official release when I can get some unit testing in the project.