Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

startanull

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

startanull

Gulp tasks for front-end building

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Startanull

Startanull is Gulp builder for styles, scripts, templates, with image processing

Install

Install Node.JS and Gulp as global package.

[sudo] npm install -g gulp

Install dependencies

[sudo] npm install

Setup

Project settings are placed in .startanull.conf.js

Default

Build styles, scripts and templates

gulp

Styles

Build CSS from styles

gulp styles.build

Minify CSS

gulp styles.min

Build CSS from styles and minify them

gulp styles

Scripts

Build Scripts with Webpack. Pass min flag for minified version

gulp scripts.build [--min]

Templates

Build HTML from Pug templates

gulp templates.build

Watchers

Rebuild assets on sources changed. Pass some options if you want watch for specific modules.

  • s - for styles
  • j - for scripts
  • t - for templates
gulp watch [-s|j|t]

BrowserSync

Serve files with BrowserSync

gulp serve

FAQs

Package last updated on 29 Aug 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc