From f7fe164c505958b9003e06b2dd3b4cff063060b8 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Thu, 2 Dec 2021 00:16:16 +0100 Subject: [PATCH] Update rollup.config.js --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 090ad97b..0cf1ad2a 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -28,7 +28,6 @@ const getDirectories = (source) => { // capture the list of files to build for extensions and ext-locales const extensionDirs = getDirectories('src/editor/extensions'); -/** @todo should we support systemjs? */ const dest = [ 'dist/editor' ]; // remove existing distribution @@ -83,6 +82,7 @@ const config = [ { } }, { src: 'src/editor/images', dest }, + { src: 'src/editor/components/jgraduate/images', dest: dest.map((d) => `${d}/components/jgraduate`) }, { src: 'src/editor/extensions/ext-shapes/shapelib', dest: dest.map((d) => `${d}/extensions/ext-shapes`) }, { src: 'src/editor/embedapi.html', dest }, { src: 'src/editor/embedapi.js', dest },