Skip to content

Commit

Permalink
Update RCU, v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Aug 3, 2014
1 parent ba0344c commit 7111e02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ractive-load",
"version": "0.3.1",
"version": "0.3.2",
"author": {
"name": "Rich Harris"
},
Expand Down
10 changes: 6 additions & 4 deletions ractive-load.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
ractive-load - v0.3.1 - 2014-07-22
ractive-load - v0.3.2 - 2014-08-03
===================================================================
Next-generation DOM manipulation - http://ractivejs.org
Expand Down Expand Up @@ -60,7 +60,7 @@

/*
rcu (Ractive component utils) - 0.2.0 - 2014-07-05
rcu (Ractive component utils) - 0.2.0 - 2014-08-02
==============================================================
Copyright 2014 Rich Harris and contributors
Expand All @@ -86,8 +86,10 @@
var parsed, template, links, imports, scripts, script, styles, match, modules, i, item;
parsed = Ractive.parse( source, {
noStringify: true,
interpolateScripts: false,
interpolateStyles: false
interpolate: {
script: false,
style: false
}
} );
if ( parsed.v !== 1 ) {
throw new Error( 'Mismatched template version! Please ensure you are using the latest version of Ractive.js in your build process as well as in your app' );
Expand Down
2 changes: 1 addition & 1 deletion ractive-load.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7111e02

Please sign in to comment.