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
module.exports = function(grunt) { | |
var precompileTemplates; | |
// Project configuration. | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
meta: { | |
name: 'TAP', | |
version: '0.1.0', | |
author: 'Indianapolis Museum of Art', |
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
{ | |
url: '../../tour.xml', | |
defaultLanguage: 'en', | |
trackerID: 'UA-20840633-3', | |
navigationControllers: [ | |
{ id: 'keypad', label: 'Keypad', route: '', icon: '' }, | |
{ id: 'stop-list', label: 'StopList', route: '', icon: '' }, | |
{ id: 'map', label: 'Map', route: '', icon: '' } | |
], | |
tourSettings: { |
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
<html> | |
<head> | |
<link rel="stylesheet" href="lib/leaflet.css" /> | |
<!--[if lte IE 8]> | |
<link rel="stylesheet" href="lib/leaflet.ie.css" /> | |
<![endif]--> | |
</head> | |
<body> | |
<div id="map" style="width:1004px; height:748px; border: 1px solid black;"></div> | |
<script type="text/javascript" src="lib/leaflet-src.js"></script> |
NewerOlder