Skip to content

Instantly share code, notes, and snippets.

View waspfreak's full-sized avatar
🎯
Focusing

Juliana Leon waspfreak

🎯
Focusing
  • London
View GitHub Profile
![Abbey Luck](https://media.giphy.com/media/SiEKDnmwLyUzvVzKSY/giphy-downsized.gif)
@waspfreak
waspfreak / 0_reuse_code.js
Created December 6, 2016 13:13
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
@waspfreak
waspfreak / gruntfile.js
Created June 9, 2016 08:30
Browserify + React compilation on file save
var fs = require('fs');
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
env: {
build: {
NODE_ENV: 'production'
}
@waspfreak
waspfreak / index.html
Created January 29, 2016 15:27 — forked from anonymous/index.html
menu
<div class="buylist_navigation level_1 bln_1">
<ul id="buylist_subnav" class="single_line">
<li id="levelList1"><a class="blsn_1" href="www.wev.com">Bread</a></li>
<li id="levelList2"><a class="blsn_3" href="http://codepen.io/waspfreak/pen/mVLxYQ">Bread rolls</a></li>
<li id="levelList3"><a class="blsn_4" href="#">Bagels </a></li>
<li id="levelList4"><a class="blsn_5" href="#">Wraps</a></li>
<li id="levelList5"><a class="blsn_6" href="#">Pittas &amp; thins </a></li>
<li id="levelList6"><a class="blsn_7" href="#">Free from</a></li>
<li id="levelList7"><a class="blsn_8" href="#">Crackers &amp; rice cakes </a></li>
<li id="levelList8" class="last"><a class="blsn_9" href="">Salad bowls </a></li>
@waspfreak
waspfreak / how-to-install-sass-on-windows
Created November 27, 2015 11:24 — forked from andersonaguiar/how-to-install-sass-on-windows
How to install SASS on Windows 7
How to install SASS on Windows 7
1 - Download the ruby http://rubyinstaller.org/downloads/
2 - Click install and select the option to create environment variables
(
If you forgot to schedule go to:
My Computer> Properties> Advanced Options> Environment Variables
Look for path and put in the path of the ruby bin installed, eg: C:\Ruby193\bin;
)
3 - Open cmd and download the gem of the SASS, typing: gem install sass