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
/* 2A2B -- a game of dumb luck | |
* | |
* Authors: Nathaniel Chen | |
* Copyright Nathaniel Chen 2013 | |
* | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdbool.h> |
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
modules = { | |
application { | |
resource url:'js/application.js' | |
} | |
bootstrap { | |
dependsOn 'jquery' | |
resource url: 'js/bootstrap.js' | |
resource url: 'less/bootstrap.less',attrs:[rel: "stylesheet/less", type:'css'] | |
} |