Skip to content

Instantly share code, notes, and snippets.

@mrajcok
mrajcok / Directory_structure.txt
Last active August 29, 2015 14:10
grunt, express, livereload (CSS changes injected, JavaScript and HTML changes reload)
Gruntfile.js
package.json
server.js
public
|- index.html
|- scripts
|- main.js
|- styles
|- main.css
@mrajcok
mrajcok / directory_structure.txt
Last active August 29, 2015 14:10
gulp, express, nodemon, BrowserSync + html-injector, jshint
gulpfile.js
package.json
server.js
public
|- index.html
|- scripts
|- main.js
|- styles
|- main.css
@mrajcok
mrajcok / gist:608167
Created October 3, 2010 01:26
C++ Makefile
#
# !!!!!!!!!! REPLACE LEADING SPACES WITH TABS !!!!!!!!!!!!!!!!
#
# This GNU makefile http://www.gnu.org/software/make/manual/make.html
# supports 'debug' and 'release' builds of a C++ project.
# It also handles header file dependencies.
# The makefile requires all source files and the makefile to be in one directory.
# To build the debug build: (.o, .d, and executable are put into ./debug)
# $ make # or make -jn for building in parallel
# To build a release build: (.o, .d, and executable are put into ./release)
=bang-hack(!property, !value, !ie6_value)
#{!property}: #{!value} !important
#{!property}: #{!ie6_value}