Skip to content

Instantly share code, notes, and snippets.

@stvnmntjy
stvnmntjy / main.css
Last active February 19, 2016 17:55
lodash.com css
.description, h1, h2, h3, h4, ol, p, ul {
word-wrap: break-word
}
body, h1, h2, html, p {
margin: 0;
padding: 0
}
html {
module.exports = (grunt) ->
grunt.initConfig
browserify:
options:
require: ['lodash']
bundleOptions:
debug: true
dev:
options:
transform: ['minifyify']