This file contains 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
Gruntfile.js | |
package.json | |
server.js | |
public | |
|- index.html | |
|- scripts | |
|- main.js | |
|- styles | |
|- main.css |
This file contains 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
gulpfile.js | |
package.json | |
server.js | |
public | |
|- index.html | |
|- scripts | |
|- main.js | |
|- styles | |
|- main.css |
This file contains 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
# | |
# !!!!!!!!!! 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) |
This file contains 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
=bang-hack(!property, !value, !ie6_value) | |
#{!property}: #{!value} !important | |
#{!property}: #{!ie6_value} |