mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Move non-canvas supported fallback to seperate file
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = function(grunt) {
|
||||
concat: {
|
||||
dist: {
|
||||
src: [
|
||||
'src/promise.js', 'src/**/*.js'
|
||||
'src/promise.js', 'src/fallback.js', 'src/**/*.js'
|
||||
],
|
||||
dest: 'build/<%= pkg.name %>.js'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user