Skip to content

Commit

Permalink
install tinymce 4.1.7 with Bower
Browse files Browse the repository at this point in the history
refs CNVS-11523

this doesn't make use of 4.1.7, just gets it into the
repo so we have a stable installed version

Change-Id: Id5dd09574d1f74ec33ad373998510181deac7f28
Reviewed-on: https://gerrit.instructure.com/49996
Tested-by: Jenkins
Reviewed-by: Jacob Fugal <jacob@instructure.com>
QA-Review: Ethan Vizitei <evizitei@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
  • Loading branch information
evizitei committed Mar 7, 2015
1 parent 7b3a02c commit c6d2190
Show file tree
Hide file tree
Showing 127 changed files with 88,780 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -19,6 +19,7 @@
"ic-sortable": "0.0.2",
"react": "0.12.2",
"react-router": "0.11.6",
"react-modal": "0.0.7"
"react-modal": "0.0.7",
"tinymce": "4.1.7"
}
}
30 changes: 30 additions & 0 deletions public/javascripts/bower/tinymce/.bower.json
@@ -0,0 +1,30 @@
{
"name": "tinymce",
"version": "4.1.7",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": "http://www.tinymce.com/license",
"keywords": [
"editor",
"wysiwyg",
"tinymce",
"richtext",
"javascript",
"html"
],
"homepage": "http://www.tinymce.com",
"main": "tinymce.min.js",
"ignore": [
"readme.md",
"composer.json",
"package.json"
],
"_release": "4.1.7",
"_resolution": {
"type": "version",
"tag": "4.1.7",
"commit": "555fcfa1a09e93732a51950ba3d731050f31d39a"
},
"_source": "git://github.com/tinymce/tinymce-dist.git",
"_target": "4.1.7",
"_originalSource": "tinymce"
}
3 changes: 3 additions & 0 deletions public/javascripts/bower/tinymce/.npmignore
@@ -0,0 +1,3 @@
composer.json
bower.json
readme.md
21 changes: 21 additions & 0 deletions public/javascripts/bower/tinymce/bower.json
@@ -0,0 +1,21 @@
{
"name": "tinymce",
"version": "4.1.7",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": "http://www.tinymce.com/license",
"keywords": [
"editor",
"wysiwyg",
"tinymce",
"richtext",
"javascript",
"html"
],
"homepage": "http://www.tinymce.com",
"main": "tinymce.min.js",
"ignore": [
"readme.md",
"composer.json",
"package.json"
]
}
710 changes: 710 additions & 0 deletions public/javascripts/bower/tinymce/changelog.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/javascripts/bower/tinymce/jquery.tinymce.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6d2190

Please sign in to comment.