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
var gulp = require("gulp"); | |
var browserSync = require("browser-sync"); | |
gulp.task('browser-sync', function(){ | |
browserSync.init(["www/css/*.css", "www/js/*.js", "www/*.html"], { | |
server: { | |
baseDir: "www" | |
}, | |
logConnections: true, | |
ghostMode: false, |
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
.wrapper{ | |
position: relative; | |
width: 50%; | |
overflow: hidden; | |
background: #4679BD; | |
} | |
.wrapper:before{ | |
content: ""; | |
display: block; | |
padding-top: 100%; |
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
#! /bin/bash | |
git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached |
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
.idea | |
# Android | |
native/platforms/android/assets/www | |
native/platforms/android/ant-build/ | |
native/platforms/android/ant-gen/ | |
native/platforms/android/res/xml/config.xml | |
# iOS | |
native/platforms/ios/build/ |
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
sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /tmp/mysql.sock |
NewerOlder