| language: node_js | ||
| node_js: | ||
| - 0.8 | ||
| before_script: | ||
| - npm install -g grunt-cli |
+6
-2
@@ -5,7 +5,9 @@ 'use strict'; | ||
| grunt.loadNpmTasks('grunt-contrib-nodeunit'); | ||
| // Project configuration. | ||
| grunt.initConfig({ | ||
| pkg: '<json:package.json>', | ||
| test: { | ||
| files: ['test/**/*.coffee'] | ||
| nodeunit: { | ||
| all: ['test/**/*.coffee'] | ||
| }, | ||
@@ -42,2 +44,4 @@ lint: { | ||
| grunt.registerTask('test', 'nodeunit'); | ||
| }; |
+6
-5
| { | ||
| "name": "importless", | ||
| "description": "Find stylesheet files (css and less) and strip away the @imported ones", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "homepage": "https://github.com/excellenteasy/importless", | ||
@@ -31,9 +31,10 @@ "author": { | ||
| "less": "latest", | ||
| "glob-whatev": "latest" | ||
| "glob-whatev": "latest", | ||
| "coffee-script": "~1.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "grunt": "~0.4.0a", | ||
| "coffee-script": "~1.2.0" | ||
| "grunt": "~0.4.0", | ||
| "grunt-contrib-nodeunit": "~0.1.1" | ||
| }, | ||
| "keywords": [] | ||
| } | ||
| } |
+2
-2
@@ -1,2 +0,2 @@ | ||
| # importless | ||
| # importless [](https://travis-ci.org/excellenteasy/importless) | ||
@@ -14,3 +14,3 @@ Get .less/.css files from directory without @imports for automatic stylesheet dependency tracking. | ||
| ## License | ||
| Copyright (c) 2012 David Pfahler | ||
| Copyright (c) 2012 David Pfahler | ||
| Licensed under the MIT license. |
13067
2.69%12
9.09%153
1.32%3
50%+ Added
+ Added