Skip to content

Commit 0be634e

Browse files
committed
chore (website): import IM directly from dist dir
1 parent 6e2b45d commit 0be634e

File tree

4 files changed

+144
-197
lines changed

4 files changed

+144
-197
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See the [contributing guidelines](CONTRIBUTING.md) for details on how to contrib
3131

3232
The below covers the ImageMapster jQuery plugin. For information on how to develop the ImageMapster website, see its [README](site/README.md).
3333

34-
You can simultaneously make changes to both the plugin and the website by running `npm run dev` in both the plugin (./) and site (./site) directories. Any changes made to the plugin will be reflected in the site as its [imagemapster](./site/package.json#L17) dependency is linked to the root plugin package.
34+
You can simultaneously make changes to both the plugin and the website by running `npm run dev` in both the plugin (`./`) and site (`./site`) directories. Any changes made to the plugin will be reflected in the site as it is [imported directly](./site/src/components/demos/core/scripts.astro#L20) from the build output.
3535

3636
### Build
3737

0 commit comments

Comments
 (0)