Socket
Book a DemoInstallSign in
Socket

grunt-bp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-bp

A base to start and deploy your project usign grunt

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

#Grunt Boilerplate

A base to start and deploy your project usign Grunt: The JavaScript Task Runner

##Getting Started

  • First, you need to have Node.JS and NPM installed

  • Clone Grunt Boilerplate

$ git clone https://github.com/vagnervjs/grunt-boilerplate.git
  • Enter in the folder
$ cd grunt-boilerplate
  • Install dependences
$ sudo npm install
  • Change packge.json file adding your project info

  • Change the deploy remote host (if you want to deploy)

deploylive: {
	src: './dist/',
	dest: '/var/www/yourproject',
	host: 'root@yourhost',
	recursive: true,
	syncDest: true
}
  • Customize and add grunt tasks for your needs

  • When everything is ok, just run

$ sudo grunt

License

  • Code is under MIT license © Vagner Santana

FAQs

Package last updated on 03 Dec 2013

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