Skip to content

Instantly share code, notes, and snippets.

View teltploek's full-sized avatar

Brian Frisch teltploek

View GitHub Profile
const steps = [
{
number: 1,
title: 'Oplysninger om dig',
state: 'completed'
},
{
number: 2,
title: 'Kontaktoplysninger',
state: 'active'
@teltploek
teltploek / gist:5848526
Created June 24, 2013 08:18
Guld til Simon
/*
Resize the controls in the west panel to fit area.
_______________
| |
| AccountInfo |
|_______________|
| |
| MetraCare |
|_______________|
define(['jquery'], function (jq) {
return jq.noConflict();
});
map: {
// '*' means all modules will get 'jquery-private'
// for their 'jquery' dependency.
'*': { 'jquery': 'jquery-private' },
// 'jquery-private' wants the real jQuery module though.
'jquery-private': { 'jquery': 'jquery' }
}
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Bb]in_x64/
[Bb]in_Net4/
[Oo]bj/
# mstest test results
TestResults
## Ignore Visual Studio temporary files, build results, and
/*
===================================
Pentia (PT) Namespace
===================================
*/
var PT = PT || {};
/*
===================================
PT.FormInterceptEnter
===================================
var url = 'http://testwebserv30.ft.dk/fttdservice';
$(document).ready(function() {
$("#tabs").tabs();
// shortcut for insert
shortcut.add("Ctrl+i", function() {
var selectednodes = $.jstree.reference('#jstree').get_selected(true);
// Task: clean
// Description: clean static dir for gulp generated files "rimraf": "^2.2.8",
// -----------------------------------------------------------------------
var frontend = require('../local_modules/frontend-builder.js');
var path = require('path');
var gulp = require('gulp');
var rimraf = require('rimraf');
[{
"name": "custom",
"dest": "scripts.min.js",
"destFolder": "www/Components/Project/Design/scripts",
"bundle": [
"/Components/Project/Design/scripts/script-in-bundle.js",
"/Components/Project/Design/scripts/another-script-in-bundle.js",
"/Components/Project/Design/scripts/yet-another-script-in-bundle.js"
]
}]
<!-- scripts.min.js bundle in prod -->
<script src="/Components/Project/Design/scripts/scripts.min.js"></script>