🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@marknotton/gulp-tasks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marknotton/gulp-tasks

A private collection of Gulp tasks commonly used within internal projects.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
5
-76.19%
Maintainers
1
Weekly downloads
 
Created
Source

Gulp Tasks

Made For NPM Made For Gulp

A private collection of Gulp tasks commonly used within internal projects.

Installation

npm i @marknotton/gulp-tasks --save-dev
const tasks = require('@marknotton/gulp-tasks');

gulp.task('sass', tasks.sass)
gulp.task('scripts', tasks.scripts)
gulp.task('vendors', tasks.vendors)
gulp.task('es5', tasks.es5)
gulp.task('react', tasks.react)
gulp.task('symbols', tasks.symbols)
gulp.task('serve', tasks.serve)
gulp.task('config', tasks.config)

TODO: Transpile with Babel so that this can actually be used!

Keywords

gulp-tasks

FAQs

Package last updated on 28 Jan 2019

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