Socket
Socket
Sign inDemoInstall

yui-local

Package Overview
Dependencies
74
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yui-local

YUI Local Combo Handler


Version published
Weekly downloads
1
Maintainers
1
Install size
1.67 MB
Created
Weekly downloads
 

Readme

Source

YUI Local Combo Handler

Simple dev time local YUI combo handler to test against.

Installation

npm install yui-local

Usage

cd yui3
yui-local

Now include this in your page:

<script src="http://127.0.0.1:5000/seed"></script>

That will load the YUI seed file and setup a config to use a local combo handler served from the local ./build/ directory.

The seed also supports filters:

<script src="http://127.0.0.1:5000/seed?filter=raw"></script>
<script src="http://127.0.0.1:5000/seed?filter=debug"></script>

This will also set the default combo filter to the same thing.

FAQs

Last updated on 24 Jul 2012

Did you know?

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc