mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Update README references to Webpack.
This commit is contained in:
parent
803a0e46b4
commit
ae3fbe213d
@ -30,8 +30,7 @@ const gui = new dat.GUI();
|
|||||||
```
|
```
|
||||||
├── build - Compiled source code.
|
├── build - Compiled source code.
|
||||||
├── src - Source files.
|
├── src - Source files.
|
||||||
├── tests - Tests.
|
└── tests - Tests.
|
||||||
└── webpack - Webpack config files.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building your own dat.GUI
|
## Building your own dat.GUI
|
||||||
@ -57,7 +56,7 @@ View the [Change Log](CHANGELOG.md)
|
|||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
The following libraries / open-source projects were used in the development of dat.GUI:
|
The following libraries / open-source projects were used in the development of dat.GUI:
|
||||||
* [webpack](https://webpack.github.io/)
|
* [Rollup](https://rollupjs.org)
|
||||||
* [Sass](http://sass-lang.com/)
|
* [Sass](http://sass-lang.com/)
|
||||||
* [node.js](http://nodejs.org/)
|
* [Node.js](http://nodejs.org/)
|
||||||
* [QUnit](https://github.com/jquery/qunit) / [jquery](http://jquery.com/)
|
* [QUnit](https://github.com/jquery/qunit) / [jquery](http://jquery.com/)
|
||||||
|
Loading…
Reference in New Issue
Block a user