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

assemble-reload-views

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-reload-views

Assemble instance plugin that reloads views when options are updated or when another plugin is loaded.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

assemble-reload-views NPM version

Assemble instance plugin that reloads views when options are updated or when another plugin is loaded.

Install

Install with npm

$ npm i assemble-reload-views --save

Usage

This initializes event listeners to listen for events that indicate if something needs to be re-initialized based on user options. The result is that views are reloaded whenever settings are changed.

var reloadViews = require('assemble-reload-views');
var assemble = require('assemble');

var app = assemble();
app.use(reloadViews());
  • assemble: Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… more | homepage
  • assemble-loader: Assemble plugin (0.6+) for loading globs of views onto custom view collections. Also works with… more | homepage
  • assemble-render-file: Assemble plugin for rendering views in a vinyl pipeline. | homepage
  • assemble-streams: Assemble plugin that adds convenience methods for working with streams, like toStream, which pushes a… more | homepage

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 © 2015 Jon Schlinkert Released under the MIT license.

This file was generated by verb-cli on October 10, 2015.

Keywords

assembleplugin

FAQs

Package last updated on 10 Oct 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