Socket
Socket
Sign inDemoInstall

gulp-boilerplate-xd

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-boilerplate-xd

Generate start stack: less(concat, minify, sourcemap) + sprite generator + js (concatinate, uglify) + deploy (ftp) + watch + livereload


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
27.6 kB
Created
Weekly downloads
 

Readme

Source

gulp-boilerplate

Generate start stack: less(concat, minify, sourcemap) + sprite generator + js (concatinate, uglify) + deploy (ftp) + watch + livereload

Get started

git clone https://github.com/xdan/gulp-boilerplate.git
cd gulp-boilerplate
npm install
gulp

Deploy to GITHUB

npm run biuld

Commands

gulp sprite

Build assets/images/* images in one spritee and generate sprite.less

gulp less

Concatinate assets/css/*.less files in one, compile in css, adds prefix and clean

gulp compress

Concatinate assets/js/*.js files in one and uglify

gulp deploy

Send build/* to server by ftp

gulp watch

Watch for assets/css/*.less, assets/js/*.js, assets/images/* after change run sprite, less, compress and after complete this run deploy

gulp default

or

gulp

Create http server, watch for assets/css/*.less, assets/js/*.js, assets/images/* after change run sprite, less, compress and reload page

Debug

gulp compress --dbg

Concat js files without uglify

gulp less --dbg

Concat less and compile files without cleanCSS

FAQs

Last updated on 13 Dec 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc