malta
Version:
Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.
22 lines (20 loc) • 410 B
JavaScript
(function (){
//
// __LINE__
//
var d = new Date(),
s = d.getMinutes();
// __LINE__
<malta% if($trial$){ %malta>
/* You set "trial" to true*/
console.log('bbb.js included now u');
// __LINE__
var t = "che cosa ne\" pensi?",
d = 'che cosa ne \' pensi ? ';
$$bbb.js$$
<malta% } else { %malta>
/* You set "trial" to false */
alert('ccc.js is included');
$$ccc.js$$
<malta% } %malta>
})();