New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-project-template

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

gulp-project-template

A gulp web app template

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

gulp.js project template

NPM version

This is a template or a initial setup for a simple gulp project. It aims to provide some common tasks to a web app development within a organized structure.

Structure

A sample project strucutre could be:

|-- app
|  |-- bower_modules
|  |-- assets
|  |  |-- styles
|  |  |  |-- style_one.scss
|  |  |  |-- style_two.scss
|  |  |-- scripts
|  |  |  |-- script_one.coffee
|  |  |  |-- script_two.coffee
|  |  |-- images
|  |-- index.html
|-- dist
|  |-- assets
|  |  |-- styles
|  |  |  |-- main.min.css
|  |  |-- scripts
|  |  |  |-- main.min.js
|  |  |-- images
|  |-- index.html
|-- node_modules
|-- test

Build tasks

The tasks this template aims are:

  • Compiles scss files
  • Minify styles
  • Compiles CoffeeScript files
  • Runs jsHint against js files
  • Runs mocha tests
  • Generates an optimized build
  • Starts a server
  • Watches for changes

Keywords

FAQs

Package last updated on 08 Feb 2014

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