Skip to content

Commit

Permalink
Merge pull request #120 from geo-frontend/accessibility-settings
Browse files Browse the repository at this point in the history
Group form elements and auto-expand ol attribution
  • Loading branch information
emacgillavry committed Jun 30, 2021
2 parents bcd305a + 89d137d commit 8421709
Show file tree
Hide file tree
Showing 27 changed files with 7,155 additions and 16,657 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -430,7 +430,9 @@ To develop `nlmaps`, clone the repository and then in the directory run:
`lerna bootstrap` symlinks cross-dependencies between the subpackages into each others' `node_modules` directory so that they can `require()` or `import` each other without having to actually download from npmjs.com

### General development notes
There are some issues when trying to call rollup from npm scripts, so there is a set of scripts in `scripts/` that should be called directly. The usage is as follows (note that rollup needs to installed as global):
Development is most stable in Node version 10.x.

There are some issues when trying to call rollup from npm scripts, so there is a set of scripts in `scripts/` that should be called directly. The usage is as follows (note that rollup needs to installed as global):

* `node scripts/build` to build the source from `packages/PACKAGE/src` into `packages/PACKAGE/build`
* `node scripts/test` to run tests in `packages/PACKAGE/test` -- runs `unit-test.js` with Node and copies/compiles browser test js and html to build.
Expand Down
24 changes: 18 additions & 6 deletions dist/nlmaps-geolocator.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 18 additions & 6 deletions dist/nlmaps-geolocator.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 19 additions & 7 deletions dist/nlmaps-geolocator.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8421709

Please sign in to comment.