Open salimchami opened 8 years ago
i added more details in stack question : http://stackoverflow.com/questions/34997041/packages-not-found-in-index-html-and-karma-conf-js-after-doing-wiredep
while installing the component (bower install --save ckeditor-angularjs) i have this warning : "invalid-meta ckeditor-angularjs is missing "ignore" entry in bower.json"
I'm using wiredep to include ckeditor to my index template. I have to include two files, ckeditor.js and ckeditor-angularjs.js, but wiredep won't copy this files... and finally, i don't have these files into my index.html and my karma.conf.js.
in my bower.json, i have this declaration (after doing bower install ckeditor-angularjs --save):
My Gruntfile.js :
i tested with overrides option in bower.json but it wont work... :
}
Do you know how can solve this problem ? Thanks.