Skip to content

Instantly share code, notes, and snippets.

View RaphiStein's full-sized avatar

Raphi Stein RaphiStein

View GitHub Profile
@RaphiStein
RaphiStein / Gruntfile.js
Created November 24, 2015 06:26
Very Basic Custom Grunt Task
module.exports = function(grunt){
grunt.initConfig({});
grunt.registerTask("mine", ["this is mine"], function(arg){
grunt.log.writeln("Oy vey!");
});
}
@RaphiStein
RaphiStein / css-animation-circular-floating-action.markdown
Created June 15, 2018 23:21
CSS Animation - Circular Floating Action