Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 16, 2018
2 parents 7dec41e + da40a20 commit 0475fbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ language: node_js
sudo: false
script: "npm run travis"
node_js:
- "0.12"
- "node"
2 changes: 1 addition & 1 deletion lib/build/res/base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function unsupportedLink(link){

for (var i = flow.files.queue.length - 1, file; file = flow.files.queue[i]; i--)
{
if (file.type == 'image')
if (file.type == 'image' || file.type == 'svg')
{
fconsole.start(file.relpath);

Expand Down

0 comments on commit 0475fbc

Please sign in to comment.