Skip to content

Instantly share code, notes, and snippets.

View levchenkod's full-sized avatar
🏄‍♂️

Dmytro Levchenko levchenkod

🏄‍♂️
View GitHub Profile
@levchenkod
levchenkod / Gruntfile.js
Created November 18, 2017 10:06 — forked from jshawl/Gruntfile.js
Grunt + Sass + Autoprefixer
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sass: {
dist: {
options:{
style:'compressed'
},
files: {
'css/style.css' : 'scss/style.scss'
@levchenkod
levchenkod / .gitignore
Created August 9, 2017 21:21 — forked from salcode/.gitignore
See https://salferrarello.com/wordpress-gitignore/ for the latest version of my WordPress .gitignore file
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore