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
App.Router.map(function () { | |
// put your routes here | |
this.resource('posts'); | |
this.resource('newpost'); | |
}); |
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
$iconSpritePath: "../images/glyphicons-halflings.png"; | |
$iconWhiteSpritePath: "../images/glyphicons-halflings-white.png"; | |
@import 'sass-bootstrap/lib/bootstrap'; | |
@import 'sass-bootstrap/lib/responsive'; |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Ember Starter Kit</title> | |
<link rel="stylesheet" href="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
{ | |
"STORAGE_NAME": "storage name", | |
"STORAGE_KEY": "storage key", | |
"PARTITION_KEY": "partition key", | |
"TABLE_NAME": "table name" | |
} |
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
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<system.webServer> | |
<modules runAllManagedModulesForAllRequests="false" /> | |
<rewrite> | |
<rules> | |
<clear /> | |
<rule name="RewriteToPublic" enabled="true" patternSyntax="ECMAScript" stopProcessing="true"> | |
<match url="(.*)"/> | |
<action type="Rewrite" url="public/{R:1}" /> |
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
<Setting name="Microsoft.WindowsAzure.Plugins.Caching.NamedCaches" value="" /> | |
<Setting name="Microsoft.WindowsAzure.Plugins.Caching.Loglevel" value="" /> | |
<Setting name="Microsoft.WindowsAzure.Plugins.Caching.CacheSizePercentage" value="30" /> | |
<Setting name="Microsoft.WindowsAzure.Plugins.Caching.ConfigStoreConnectionString" value="" /> |
NewerOlder