Skip to content

Commit

Permalink
Merge pull request geo-frontend#121 from geo-frontend/develop
Browse files Browse the repository at this point in the history
Add accessibility to NLMaps doc website
  • Loading branch information
emacgillavry authored Jul 1, 2021
2 parents a0ac67f + 8421709 commit bae703a
Show file tree
Hide file tree
Showing 30 changed files with 7,159 additions and 16,661 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit bae703a

Please sign in to comment.