mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Add build warning regarding missing source files
This commit is contained in:
parent
772767d0d9
commit
6b1d116a5e
@ -23,6 +23,7 @@ module.exports = function(grunt) {
|
||||
src: [
|
||||
'src/promise.js', 'src/fallback.js', 'src/punycode/punycode.js', 'src/core.js', 'src/*.js', 'src/renderers/*.js'
|
||||
],
|
||||
nonull: true,
|
||||
dest: 'dist/<%= pkg.name %>.js',
|
||||
options:{
|
||||
banner: meta.banner + meta.pre,
|
||||
|
Loading…
Reference in New Issue
Block a user