i18next / ng-i18next

translation for AngularJS using i18next
https://github.com/i18next/ng-i18next
MIT License
161 stars 54 forks source link

Remove bower deps and add bower.json deps on npm #76

Closed vbardales closed 9 years ago

vbardales commented 9 years ago

Next step, create a npm package ng-i18next

efolio commented 9 years ago

You should replace the bower_components paths in the Gulpfile for the tests to work properly.

vbardales commented 9 years ago

Done :+1:

vbardales commented 9 years ago

Perhaps a little too tough to completely remove bower.json :s

efolio commented 9 years ago

Why remove the bower.json? Other people that use bower need it…

qraynaud commented 9 years ago

Yes, you just need to remove the devDependencies section from it. Otherwise it is good.

qraynaud commented 9 years ago

Adding a .npmignore file would also be a damn good idea.

vbardales commented 9 years ago

76 is cleaner (damn, it's hard to work via Github interface only)