updated
This commit is contained in:
+2
-3
@@ -3,10 +3,9 @@ fs = require("fs")
|
|||||||
#global module:false
|
#global module:false
|
||||||
module.exports = (grunt) ->
|
module.exports = (grunt) ->
|
||||||
|
|
||||||
|
|
||||||
# Project configuration.
|
# Project configuration.
|
||||||
grunt.initConfig
|
grunt.initConfig
|
||||||
pkg: grunt.file.readJSON('component.json')
|
pkg: grunt.file.readJSON('package.json')
|
||||||
banner:
|
banner:
|
||||||
"/** <%= pkg.title || pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today(\"yyyy/mm/dd\") %>\n"+
|
"/** <%= pkg.title || pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today(\"yyyy/mm/dd\") %>\n"+
|
||||||
" * <%= pkg.homepage %>\n" +
|
" * <%= pkg.homepage %>\n" +
|
||||||
@@ -42,7 +41,7 @@ module.exports = (grunt) ->
|
|||||||
|
|
||||||
grunt.loadNpmTasks "grunt-contrib-watch"
|
grunt.loadNpmTasks "grunt-contrib-watch"
|
||||||
grunt.loadNpmTasks "grunt-contrib-uglify"
|
grunt.loadNpmTasks "grunt-contrib-uglify"
|
||||||
grunt.loadNpmTasks "grunt-contrib-coffee"
|
grunt.loadTasks "./node_modules/grunt-contrib-coffee/tasks"
|
||||||
grunt.loadNpmTasks "grunt-wrap"
|
grunt.loadNpmTasks "grunt-wrap"
|
||||||
|
|
||||||
# Default task.
|
# Default task.
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"title": "Notify.js",
|
|
||||||
"name": "notify",
|
|
||||||
"version": "0.0.1",
|
|
||||||
"author": {
|
|
||||||
"name": "Jaime Pillora"
|
|
||||||
},
|
|
||||||
"homepage": "http://notifyjs.com/",
|
|
||||||
"license": "MIT"
|
|
||||||
}
|
|
||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/** Notify.js - v0.0.1 - 2013/04/16
|
/** Notify.js - v0.0.1 - 2013/05/28
|
||||||
* http://notifyjs.com/
|
* http://notifyjs.com/
|
||||||
* Copyright (c) 2013 Jaime Pillora - MIT
|
* Copyright (c) 2013 Jaime Pillora - MIT
|
||||||
*/
|
*/
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Notify.js",
|
||||||
"name": "notify",
|
"name": "notify",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Jaime Pillora"
|
||||||
|
},
|
||||||
|
"homepage": "http://notifyjs.com/",
|
||||||
|
"license": "MIT",
|
||||||
|
"version":"0.0.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.x",
|
"grunt": "~0.4.x",
|
||||||
"grunt-contrib-watch": "~0.1.4",
|
"grunt-contrib-watch": "~0.1.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user