generate fingerprints for the new pdf.js files

This commit is contained in:
Brian Gough 2014-12-01 16:48:40 +00:00
parent f260b141a0
commit ce8b5dd11c

View file

@ -25,6 +25,10 @@ for path in [
"#{jsPath}ace/ace.js",
"#{jsPath}libs/pdf.js",
"#{jsPath}libs/pdf.worker.js",
"#{jsPath}libs/compatibility.js",
"#{jsPath}libs/pdfjs-1.0.712/pdf.js",
"#{jsPath}libs/pdfjs-1.0.712/pdf.worker.js",
"#{jsPath}libs/pdfjs-1.0.712/compatibility.js",
"/stylesheets/style.css"
]
filePath = Path.join __dirname, "../../../", "public#{path}"