From 1959aebc087db0cb3bb12546ec2671356829b482 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 3 Jan 2015 11:46:51 +1300 Subject: Add PEG support to gulpfile - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports --- web/src/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/src/js/app.js') diff --git a/web/src/js/app.js b/web/src/js/app.js index 4ec7d699..a7f3570e 100644 --- a/web/src/js/app.js +++ b/web/src/js/app.js @@ -12,4 +12,5 @@ $(function () { ReactRouter.run(proxyapp.routes, function (Handler) { React.render(, document.body); }); -}); \ No newline at end of file +}); + -- cgit v1.2.3