Skip to content

Instantly share code, notes, and snippets.

View ehirsch's full-sized avatar

Eike Hirsch ehirsch

View GitHub Profile
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Dynamic TabView from JavaScript</title>
<style type="text/css">
/*margin and padding on body element
can introduce errors in determining
element position and are not recommended;
var YUI_config = {
injected: true,
comboBase: '../scripts/combo?',
root: '/yui/',
// if combine is false
base: '../scripts/public/yui/',
// where to add the scripts
insertBefore: "favicon",
groups: {
@ehirsch
ehirsch / build.gradle
Last active August 29, 2015 14:08
busterTest will fail when buster.js contains more than one configuration.(gradle-buster-plugin)
buildscript {
repositories {
jcenter()
}
dependencies {
// buster.js
classpath 'org.gradle.buster:gradle-buster-plugin:0.2.4.1' // 0.2.4.2 is not available yet.
}
}