Socket
Socket
Sign inDemoInstall

grunt-contrib-jade

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-jade - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

CHANGELOG

1

grunt.js

@@ -7,3 +7,2 @@ /*

* Licensed under the MIT license.
* https://github.com/gruntjs/grunt-contrib-jade/blob/master/LICENSE-MIT
*/

@@ -10,0 +9,0 @@

{
"name": "grunt-contrib-jade",
"description": "Compile Jade files to HTML.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-jade",
"author": {
"name": "Eric Woroshow",
"url": "http://ericw.ca/"
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},

@@ -32,3 +32,3 @@ "repository": {

"jade": "~0.27.2",
"grunt-contrib-lib": "~0.3.0"
"grunt-lib-contrib": "~0.3.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

# grunt-contrib-jade [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-jade.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-jade)
> Compile Jade files to HTML (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by [Eric Woroshow](https://github.com/errcw).
> Compile Jade files to HTML.
### Overview

@@ -14,3 +15,3 @@

The key (destination) should be an unique filepath (supports [grunt.template](https://github.com/cowboy/grunt/blob/master/docs/api_template.md)) and the value (source) should be a filepath or an array of filepaths (supports [minimatch](https://github.com/isaacs/minimatch)).
The key (destination) should be an unique filepath (supports [grunt.template](https://github.com/gruntjs/grunt/blob/master/docs/api_template.md)) and the value (source) should be a filepath or an array of filepaths (supports [minimatch](https://github.com/isaacs/minimatch)).

@@ -109,4 +110,4 @@ Note: When the value contains an array of multiple filepaths, the contents are concatenated in the order passed.

## Release History
* 2012/09/24 - v0.3.0 - general cleanup and consolidation. test refactoring. global options depreciated.
* 2012/09/10 - v0.2.0 - refactored from grunt-contrib into individual repo.
--
*Task submitted by [Eric Woroshow](https://github.com/errcw).*

@@ -7,3 +7,2 @@ /*

* Licensed under the MIT license.
* https://github.com/gruntjs/grunt-contrib-jade/blob/master/LICENSE-MIT
*/

@@ -18,3 +17,3 @@

grunt.registerMultiTask('jade', 'Compile Jade templates into HTML.', function() {
var helpers = require('grunt-contrib-lib').init(grunt);
var helpers = require('grunt-lib-contrib').init(grunt);

@@ -21,0 +20,0 @@ var options = helpers.options(this, {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc