Skip to content

Instantly share code, notes, and snippets.

View hunvreus's full-sized avatar
💻
Working on Pages CMS

Ronan Berder hunvreus

💻
Working on Pages CMS
View GitHub Profile
{
"name": "Wiredcraft",
"version": "0.0.3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Wiredcraft/wiredcraft.github.io.git"
var gulp = require('gulp');
var sass = require('gulp-sass');
var concat = require('gulp-concat');
var uglify = require('gulp-uglify');
var minify = require('gulp-minify-css');
var assets = {
'js': [
"bower_components/jquery/dist/jquery.js",
"bower_components/highlightjs/highlight.pack.js",
<!doctype html>
<html>
<head>
<title>Boards!</title>
<meta charset='utf-8'/>
<meta http-equiv='Content-Language' content='en'/>
<meta name='viewport' content='width=device-width, initial-scale=1'/>
<meta name='keywords' content='kanban, boards, github'/>
<meta name='description' content='Easily manage your GitHub issues on a kanban.'>