Skip to content

Instantly share code, notes, and snippets.

View rmjoia's full-sized avatar
💭
Cool

Ricardo Melo Joia rmjoia

💭
Cool
View GitHub Profile
@rmjoia
rmjoia / gulpfile.js
Created January 15, 2016 09:12 — forked from vincent-zurczak/gulpfile.js
Copy minified Bower dependencies with Gulp (better solution)
// Include our plug-ins
var gulp = require('gulp');
var mainBowerFiles = require('main-bower-files');
var exists = require('path-exists').sync;
// Create some task
gulp.task( 'copy-bower-dep', function() {
// Replace files by their minified version when possible
var bowerWithMin = mainBowerFiles().map( function(path, index, arr) {
@rmjoia
rmjoia / .gitignore
Last active January 9, 2016 12:39 — forked from Hagith/.gitignore
Tizen gitignore
### Tizen
# Tizen project folders
.*_delta*
.build*
.settings
.sign*
### Tizen project files
*signature*.xml
*.wgt