mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
cleaned up
This commit is contained in:
@@ -16,14 +16,16 @@ This also folds in polyfills for `MutationObserver` and `WeakMap`.
|
||||
|
||||
To build the concatenated and minified polyfills, you need `node` and `gulp` on your system:
|
||||
|
||||
* install [NodeJS](http://nodejs.org/) using the instructions on their website
|
||||
* install [node.js](http://nodejs.org/) using the instructions on their website
|
||||
* use `npm` to install [gulp.js](http://gulpjs.com/):
|
||||
|
||||
<!-- code block after list -->
|
||||
|
||||
npm install -g gulp
|
||||
|
||||
Now you are able to build the polyfills with:
|
||||
Now you are ready to build the polyfills with:
|
||||
|
||||
# install dependecies
|
||||
# install dependencies
|
||||
npm install
|
||||
# build
|
||||
gulp
|
||||
|
||||
Reference in New Issue
Block a user