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
def includeModules = { moduleList -> | |
// def extModuleDir = 'aw-common' | |
// def moduleList = ['wear-common', 'engine'] | |
for (Map moduleData in moduleList) { | |
def module = ":" + moduleData['module'] | |
def modulePath = moduleData['path'] + "/" | |
include module | |
/* | |
Expects the path to your module to be in the same base directory as your current project |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title></title> | |
<!--[if lt IE 9]> | |
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
</head> | |
<body> |