From f740b27659f026a8dea7e14e7ad22468b8613ef5 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 26 Nov 2014 21:29:02 +0100 Subject: [PATCH] Fix read-sandbox build --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 112a256..af93b09 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -259,7 +259,7 @@ module.exports = function(grunt) { readSandbox: { src: [ 'node_modules/dompurify/purify.js', - 'src/js/controller/read-sandbox.js' + 'src/js/controller/app/read-sandbox.js' ], dest: 'dist/js/read-sandbox.min.js' },