grunt-assetpush
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-assetpush", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Grunt task for appending HTML tags for JS/CSS files", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-assetpush | ||
# grunt-assetpush [![Build Status](https://travis-ci.org/gustavohenke/grunt-assetpush.png?branch=master)](https://travis-ci.org/gustavohenke/grunt-assetpush) | ||
> Append HTML tags for JS/CSS files. | ||
@@ -10,3 +10,3 @@ | ||
```shell | ||
npm install grunt-contrib-assetpush --save-dev | ||
npm install grunt-assetpush --save-dev | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
```js | ||
grunt.loadNpmTasks("grunt-contrib-assetpush"); | ||
grunt.loadNpmTasks("grunt-assetpush"); | ||
``` | ||
@@ -55,2 +55,2 @@ | ||
} | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6317
15
54