Skip to content

Commit

Permalink
removed tinyMCE 3.5, replaced with v4. re-organized plugins to match …
Browse files Browse the repository at this point in the history
…tinymce 4 folder structure. seems like not a whole lot of compatibility differences between 3.5 and 4 (so far)
  • Loading branch information
NullVoxPopuli committed Mar 17, 2014
1 parent 1eb5bd1 commit c058e63
Show file tree
Hide file tree
Showing 423 changed files with 10 additions and 8,382 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ module.exports = function(grunt) {
},
tinyice: {
files: {
'dist/ice_editor_plugin.js': 'lib/tinymce/jscripts/tiny_mce/plugins/ice/editor_plugin.js'
'dist/ice_editor_plugin.js': 'lib/tinymce/js/tinymce/plugins/ice/plugin.min.js'
}
},
tinysr: {
files: {
'dist/sr_editor_plugin.js': 'lib/tinymce/jscripts/tiny_mce/plugins/icesearchreplace/editor_plugin.js'
'dist/sr_editor_plugin.js': 'lib/tinymce/js/tinymce/plugins/icesearchreplace/plugin.min.js'
}
}
},
Expand Down Expand Up @@ -139,7 +139,7 @@ module.exports = function(grunt) {
});

var cpTinyDir = function(dir) {
grunt.file.recurse('lib/tinymce/jscripts/tiny_mce/plugins/' + dir + '/', function(abspath, rootdir, subdir, filename) {
grunt.file.recurse('lib/tinymce/js/tinymce/plugins/' + dir + '/', function(abspath, rootdir, subdir, filename) {
grunt.file.copy(rootdir + '/' + (subdir ? subdir + '/' : '') + filename,'dist/tinymce/plugins/' + dir + '/' + (subdir ? subdir + '/' : '') + '/' + filename);
});
};
Expand Down
92 changes: 0 additions & 92 deletions demo/index-mce4-requirejs.html

This file was deleted.

Loading

0 comments on commit c058e63

Please sign in to comment.