注册
登录
增强现实AR
>>
front-end-tooling-recipes
>>
返回
项目作者:
voorhoede
项目描述 :
Collection of pre-configured front-end tooling setups for common uses.
高级语言:
JavaScript
项目主页:
https://voorhoede.github.io/front-end-tooling-recipes/
项目地址:
git://github.com/voorhoede/front-end-tooling-recipes.git
创建时间:
2016-05-18T13:46:25Z
项目社区:
https://github.com/voorhoede/front-end-tooling-recipes
开源协议:
下载
Front-end tooling recipes
Collection of pre-configured front-end tooling setups for common uses.
Recipes
Compress with Brotli and Gzip
- Compress static files with Brotli and Gzip using maximum compression.
Express server with Nodemon & Browsersync
- Auto restart ExpressJS server and auto reload browser on file changes.
Nightwatch server and browsers
- Run your project’s end-to-end (e2e) tests in Chrome and Firefox using Nightwatch.
PostCSS process and watch
- Compile CSS with support for CSS imports, variables, vendor prefixing and minification using PostCSS.
Revision static assets
- Give files a unique filename based on their contents and update references to them.
Rollup bundle and watch
- Bundle JS files with support for ES2015/16, minification and sourcemaps using Rollup.
Travis CI: deploy to GitHub Pages
- Automatically create distributions and deploy them to GitHub Pages using Travis CI.