browserify things

This commit is contained in:
Keegan
2015-10-12 11:57:01 -07:00
parent 53e49339b5
commit 1d0d179429
5 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
var configPageHtml = require('./dist/config-page.html');
var configPageHtml = require('./tmp/config-page.html');
function encodeDataUri(input) {
if (window.btoa) {