Comparing version 0.2.72 to 0.2.73
{ | ||
"name": "clappr", | ||
"description": "An extensible media player for the web", | ||
"version": "0.2.72", | ||
"version": "0.2.73", | ||
"homepage": "https://github.com/clappr/clappr", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "clappr", | ||
"version": "0.2.72", | ||
"version": "0.2.73", | ||
"description": "An extensible media player for the web", | ||
@@ -5,0 +5,0 @@ "main": "./dist/clappr.js", |
@@ -43,2 +43,3 @@ // Copyright 2015 Globo.com Player authors. All rights reserved. | ||
render() { | ||
this.$el.attr('data', this.swfPath) | ||
this.$el.html(this.template({ | ||
@@ -45,0 +46,0 @@ cid: this.cid, |
@@ -33,3 +33,8 @@ /* eslint-disable no-var */ | ||
{ | ||
test: /\.(png|woff|eot|ttf|swf|cur)/, loader: 'url-loader?limit=1' | ||
test: /\.(png|woff|eot|ttf|swf|cur)/, | ||
loader: 'url-loader', | ||
options: { | ||
limit: 1, | ||
publicPath: '<%=baseUrl%>/' | ||
}, | ||
}, | ||
@@ -36,0 +41,0 @@ { |
@@ -27,3 +27,2 @@ /* eslint-disable no-var */ | ||
path: path.resolve(__dirname, 'dist'), | ||
publicPath: '<%=baseUrl%>/', | ||
filename: 'clappr.js', | ||
@@ -30,0 +29,0 @@ library: 'Clappr', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3933429
35626