Skip to content

Instantly share code, notes, and snippets.

View sunew's full-sized avatar

Sune Broendum Woeller sunew

View GitHub Profile
@sunew
sunew / gist:6e3e4a446a7ac48ae2e0
Created May 5, 2014 11:42
generator-angular analyse af gruntfile
### generator-angular - grunt
Hvilke actions er mulige?
`grunt -h`:
Et uddrag:
` bowerInstall Inject all components in your HTML file. *
clean Clean files and folders. *
compass Compile Sass to CSS using Compass *
concat Concatenate files. *
connect Start a connect web server. *
@sunew
sunew / gitconfig
Created January 30, 2015 17:29
git config
[user]
name =
email =
[github]
user = sunew
token =
[alias]
co = checkout
st = status
last = log -1 HEAD
@sunew
sunew / gitignore_global
Created January 30, 2015 17:31
git global ignores
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@sunew
sunew / sass.txt
Created February 16, 2015 14:15
sass / compass
# Noter om sass og compass
E-book:
http://www.manning.com/netherland/SaCiA_meap_ch01.pdf
## hvad er compass?
## grunt
grunt-contrib-compass
@sunew
sunew / 0_reuse_code.js
Last active September 11, 2015 13:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@sunew
sunew / jsmoduledefinitions.md
Created September 4, 2017 13:00
js AMD requirejs systemjs etc
@sunew
sunew / plone52-robot-test.md
Last active October 2, 2018 12:47
running plone 5.2 robot tests