Skip to content

Instantly share code, notes, and snippets.

View nechita's full-sized avatar

Gabriel Nechita nechita

View GitHub Profile
@nechita
nechita / config.rb
Created March 9, 2020 08:20
PurgeCSS
# External pipeline for Middleman
activate :external_pipeline,
name: :gulp,
command: "gulp build --production",
source: '.tmp/gulp',
latency: 1
@nechita
nechita / cloudSettings
Last active June 11, 2018 10:52
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-11T10:51:59.503Z","extensionVersion":"v2.9.2"}
@nechita
nechita / snippets.text
Created January 21, 2018 09:18
Snippets for Angular
{
"@Component": {
"prefix": "@Component",
"description": "Creates a component definition",
"body": [
"import { Component } from '@angular/core';",
"",
"@Component({",
"\tselector: '${1:selector-name}',",
"\tstyleUrls: ['${1:selector-name}.component.scss'],",