libreccm-legacy/tools-ng/tinymce/plugins/ccm-cms-images
baka 1d4a0804c7 Changes the TinyMCE workflow for building and compiling plugins
git-svn-id: https://svn.libreccm.org/ccm/trunk@5812 8810af33-2d31-482b-a856-94f89814c4df
2019-01-28 15:02:04 +00:00
..
config Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
src Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
static Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
README.md Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
package.json Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
tsconfig.json Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
tslint.json Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00
typings.json Changes the TinyMCE workflow for building and compiling plugins 2019-01-28 15:02:04 +00:00

README.md

trunkImages TinyMCE Plugin

Welcome stranger! This is a repo containing the trunkImages TinyMCE plugin.

The development server

By running the npm start command you start the development server and open a browser window with an instance of TinyMCE with your plugin added to it. This window will reload automatically whenever a change is detected in the index.html file in the static folder or in one of the TypeScript files in the src directory.

The production build

By running the npm run build command Webpack will create a dist directory with a child directory with the name of your plugin (trunk-images) containing three files:

  • plugin.js - the bundled plugin
  • plugin.min.js - the bundles, uglified and minified plugin
  • LICENSE - a file explaining the license of your plugin (copied over from src/LICENSE)