npm, Gulp, Minimize

Resolves T30, T29
This commit is contained in:
Marcel Kapfer (mmk2410) 2016-04-26 20:24:17 +02:00
parent bc694dc6a0
commit 474efd25f3
16 changed files with 124 additions and 1091 deletions

View file

@ -1,11 +1 @@
/**
* Created by mmk2410 on 12/5/15.
*
* Example JavaScript file to demonstrate the rangitaki extension support
*/
function main() {
console.log("Welcome Developer! \nYou're seeing the output of a javascript extension for the rangitaki blogging engine.");
}
$(document).ready(main());
(function(){var e;e=function(){return console.log("Welcome Developer! \nYou're seeing the output of a\nJavaScript extension for the Rangitaki blogging engine.")},$(document).ready(e())}).call(this);