🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ncg

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ncg - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+3
-0
Gulpfile.js

@@ -115,3 +115,6 @@ var gulp = require('gulp'),

// watch 之前需要先copy一次的,这样才能同步
function cp(sources,dest){
gulp.src(sources).pipe(gulp.dest(dest));
return gulp.watch(sources, [] ,function(){

@@ -118,0 +121,0 @@ return gulp.src(sources)

{
"name": "ncg",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"scripts": {
"start": "./node_modules/.bin/supervisor ./build/bin/www",
"pub": "npm publish ."
"pub": "npm publish .",
"clean":"rm -rf build/* && echo ''>build/.gitkeeper"
},

@@ -25,8 +26,14 @@ "preferGlobal": "true",

"devDependencies": {
"browser-sync": "^1.9.0",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-cached": "^1.0.2",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.0",
"gulp-newer": "^0.5.0",
"gulp-uglify": "^1.1.0",
"request": "latest"
}
}
# ncg
nodejs + coffeescript + gulp
`nodejs` + `coffeescript` + `gulp`
[![npm version](https://badge.fury.io/js/ncg.svg)](http://badge.fury.io/js/ncg)
## Step

@@ -46,1 +48,5 @@

- 增加ncg命令,创建项目模板
## History
- v0.1.2 修正watch之前没有copy的问题
+1
-1

@@ -56,2 +56,2 @@ express = require 'express'

module.exports = app
module.exports = app