You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are downloading dependencies (codemirror and tinymce) from hardcoded URLs via a makefile and manually managing revisions. We should use a package manager like bower.
Right now we are downloading dependencies (codemirror and tinymce) from hardcoded URLs via a makefile and manually managing revisions. We should use a package manager like bower.
Bower even has support of multiple versions of a single dependency(http://stackoverflow.com/a/18241613/2046724).
The text was updated successfully, but these errors were encountered: