Skip to content

Instantly share code, notes, and snippets.

View lordoftheflies's full-sized avatar
🏠
Working from home

László Hegedűs lordoftheflies

🏠
Working from home
View GitHub Profile
@t2ym
t2ym / gulpfile.js
Last active September 1, 2016 00:17
Integrate I18N transformers with Polymer CLI build process and gulp tasks with polymer-build library
'use strict';
var gulp = require('gulp');
var gutil = require('gulp-util');
var debug = require('gulp-debug');
var gulpif = require('gulp-if');
var gulpignore = require('gulp-ignore');
var gulpmatch = require('gulp-match');
var sort = require('gulp-sort');
var grepContents = require('gulp-grep-contents');