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

gulpshot

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

gulpshot

The fastest way to kick start gulp based web app projects

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

GulpShot NPM version

A simple way to kick start gulp based web app projects.

Getting Started

First you need to install the module running:

npm install -g gulpshot

To create and start using a new gulpshot project, run the following:

# Bootstrap a new gulpshot project
$ gulpshot new my_awesome_project
$ cd my_awesome_project
# Install node dependencies...
$ npm install
# Start a new server and watch for changes
$ gulp serve

Features

  • CSS Autoprefixing
  • Automatically minify css files
  • Automatically compile Sass
  • Automatically compile CoffeeScript
  • Automatically lint scripts via jsHint
  • Automatically uglify script files
  • Automatically optimize image files (.jpg, .png, .gif)
  • Watches for changes
  • Initialize a preview server with LiveReload support
  • Generates an optimized build
  • Bundles js modules via browserify
  • SOON: Runs Mocha tests

Structure

A sample project structure would be:

|-- app
|  |-- vendors (bower_components)
|  |-- styles
|  |  |-- style_one.scss
|  |  |-- style_two.scss
|  |-- scripts
|  |  |-- script_one.coffee
|  |  |-- script_two.coffee
|  |-- images
|  |  |-- background.png
|  |-- index.html
|-- dist
|  |-- styles
|  |  |-- main.min.css
|  |-- scripts
|  |  |-- scripts.min.js
|  |-- images
|  |-- index.html
|-- node_modules
|-- test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Bernardo Gurgel Filho Licensed under the MIT license.

Keywords

FAQs

Package last updated on 21 Apr 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