ember-cli-inject-live-reload
Advanced tools
Comparing version 1.0.2 to 1.0.3
11
index.js
@@ -14,2 +14,13 @@ 'use strict'; | ||
app.use(livereloadMiddleware({ | ||
ignore: [ | ||
/\.js(?:\?.*)?$/, | ||
/\.css(?:\?.*)$/, | ||
/\.svg(?:\?.*)$/, | ||
/\.ico(?:\?.*)$/, | ||
/\.woff(?:\?.*)$/, | ||
/\.png(?:\?.*)$/, | ||
/\.jpg(?:\?.*)$/, | ||
/\.jpeg(?:\?.*)$/, | ||
/\.ttf(?:\?.*)$/ | ||
], | ||
port: options.liveReloadPort | ||
@@ -16,0 +27,0 @@ })); |
{ | ||
"name": "ember-cli-inject-live-reload", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Plugin for ember-cli that injects live-reload script into HTML content.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1530
3
25
0
4