Skip to content

Commit

Permalink
chore (website): import IM directly from dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Apr 30, 2024
1 parent 6e2b45d commit 0be634e
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 197 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the [contributing guidelines](CONTRIBUTING.md) for details on how to contrib

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

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.
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.

### Build

Expand Down
Loading

0 comments on commit 0be634e

Please sign in to comment.