Skip to content

phill54/bower-tinymce-amd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bower-tinymce-amd

Bitdeli Badge

Bower and require JS compatible version of tinymce

Update your requirejs paths

requirejs.config({
	paths: {
	    tinyMCE: "components/bower-tinymce-amd/tinyMCE",
	    tinyMCE_source: "components/bower-tinymce-amd/tinymce/tinymce"
	}
}):

During optimization exclude tinyMCE_source to preserve relative loading paths tinyMCE_source uses

modules: [
	{
		name: 'main'
	},
	{
		name: 'tinyMCE',
		exclude: ['tinyMCE_source']
	}
]

About

Bower and require JS compatible version of tinymce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%