文件名称:adfab-gulp-boilerplate:包括Gulp,LessSASS,BrowserSync的样板
文件大小:174KB
文件格式:ZIP
更新时间:2024-02-23 22:02:28
css gulp less boilerplate browsersync
ADFAB Gulp样板 这个样板的目标是释放您的时间,因此您可以做些比重新发明*更有趣的事情。 产品特点 修改代码后自动重新加载浏览器(使用 ) CSS / JS Sourcemaps HTML缩小 JS编译 Transpiler(ES6支持FTW) 或编译 , 和 有关成功和错误的桌面通知 生成 生成 复制或Concat文件 生产模式:JS / CSS压缩+源地图删除 安装 npm install adfab-gulp-boilerplate --save 安装后,两个文件将被复制到项目的根目录: gulpfile.js和gulpfile.js gulp-config.json 。 用法 配置您需要的任务 每个任务都依赖gulp-config.json文件进行配置。 只需填写所需的值即可。 vhost :您的本地网址, sourceRoot :将在其中存储资产的根路径 destinationRoot :将存储您的公共最终资产的路径 tasks :您要运行的所有任务的列表。 有关以下每个选项的详细信息,请参见gulp-config.json中的详细信息,以了解其工
【文件预览】:
adfab-gulp-boilerplate-master
----.travis.yml(140B)
----postinstall()
--------.eslintrc.json(235B)
--------gulp-config-js13k.json(696B)
--------gulpfile.js(3KB)
--------gulp-config-symfony.json(814B)
--------src()
--------.sass-lint.yml(3KB)
--------gulp-config.json(2KB)
--------.lesshintrc(2KB)
--------gulp-config-wordpress.json(819B)
--------gulp-config-magento.json(1KB)
--------.editorconfig(379B)
--------gulp-config-drupal.json(833B)
----package.json(2KB)
----test-unit()
--------test-sass.js(3KB)
--------test-less.js(3KB)
--------helpers()
----tasks()
--------sass.js(1KB)
--------scripts.js(2KB)
--------serve.js(443B)
--------less.js(993B)
--------concat.js(592B)
--------sasslint.js(765B)
--------svgsprite.js(1000B)
--------fonticon.js(1KB)
--------images.js(453B)
--------views.js(1KB)
--------copy.js(487B)
--------eslint.js(476B)
--------lesshint.js(635B)
----.eslintrc.json(810B)
----gulpfile.js(1KB)
----LICENSE(723B)
----package-lock.json(622KB)
----.gitignore(36B)
----test-func()
--------test-fonticon.js(990B)
--------test-views.js(717B)
--------test-sass.js(2KB)
--------test-scripts.js(697B)
--------test-less.js(697B)
--------test-images.js(739B)
----pipe()
--------sass.js(765B)
--------less.js(758B)
--------images.js(316B)
----README.md(7KB)
----scripts()
--------postinstall.js(10KB)