This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80's Baby | |
larz0 (https://github.com/larz0) | |
1.0.2 80's Baby Theme for Brackets. Inspired by Silkie's 80's Baby. A Brackets original. | |
Beautify | |
Drew Hamlett [email protected] (https://github.com/drewhamlett/) | |
1.1.5 Format JavaScript, HTML, and CSS files | |
Bigger Extensions Panel | |
Alex Bardanov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//npm install | |
var source = require('vinyl-source-stream'); | |
var browserify = require('browserify'); | |
var gulp = require('gulp'); | |
function buildThangz() { | |
console.log('Imma baller.'); | |
return browserify() | |
.require('./src/yourAwsomePath', { |
NewerOlder