diff --git a/.travis.yml b/.travis.yml index cbddf26..0766ca1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,4 @@ language: node_js sudo: false script: "npm run travis" node_js: - - "0.12" - "node" diff --git a/lib/build/res/base64.js b/lib/build/res/base64.js index 5b695ed..c919268 100644 --- a/lib/build/res/base64.js +++ b/lib/build/res/base64.js @@ -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);