🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

gulp-dest-paths

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-dest-paths

Adds destination-related properties to the `file.data.dest` object on vinyl files.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-dest-paths NPM version

Adds destination related properties to the file.data.dest object on vinyl files.

Why file.data.dest?

  • To keep the properties from poluting the root of the file object.
  • data is commonly used for storing custom values.
  • If you use [assemble], [verb] or [generate], these values are merged onto the context, so they can be used in templates.

Table of contents

(Table of contents generated by [verb])

Install with npm

npm i gulp-dest-paths --save

Usage

var app = require('gulp-dest-paths');
  • gulp-drafts: Gulp plugin for removing files flagged as drafts. Can also be used as an assemble… more
  • gulp-dest: Gulp plugin for easily defining destination paths using path variables.
  • gulp-extname: gulp plugin to dynamically rewrite dest extensions based on src extensions.
  • gulp-htmlmin: gulp plugin to minify HTML.
  • gulp-routes: Add middleware to run for specified routes in your gulp pipeline.

Running tests

Install dev dependencies:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert Released under the MIT license.

This file was generated by verb-cli on May 04, 2015.[assemble]: http://assemble.io [template]: https://github.com/jonschlinkert/template [verb]: https://github.com/assemble/verb

Keywords

assemble

FAQs

Package last updated on 04 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts