I'm trying to install ckeditor with Bower, I tried a bunch of different things, but every time I only end up with a file .bower.jsonand Readmeor file index. I never get more than two files :( I can install other packages just fine, so I know that everything is configured fine.
Here are some things I've tried:
{
"dependencies": {
"ckeditor": "latest",
"ckeditor": "https://github.com/ckeditor/ckeditor-releases/releases/tag/4.2.1/standard",
"ckeditor": "https://github.com/ckeditor/ckeditor-releases/releases/tag/4.2.1/standard",
"ckeditor": "https://github.com/ckeditor/ckeditor-releases/commit/a822d585d4ebf8d969fa"
}
}
Why is this package different from the rest? What is the hack key?
source
share