ver 0.10.5
- http://tabelog.com/tokyo/A1303/A130301/13040878/
- ハンバーグなら
- 人気店なので注意
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
module.exports = function(grunt) { | |
var configObject, packageJson; | |
// 使いたいタスクが書いてあるconfigファイルを読み込む | |
configObject = require("./Gruntconfig/config"); | |
// package.jsonを読み込む | |
packageJson = grunt.file.readJSON("package.json"); | |
grunt.config.init(configObject); | |
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
<h1>emit StorageEvent</h1> | |
<button id="set">set</button> | |
<button id="update">update</button> | |
<button id="get">get</button> | |
<button id="remove">remove</button> | |
<button id="clear">clear</button> | |
<script> | |
document.addEventListener('DOMContentLoaded',function(){ |
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
module.exports = function(grunt){ | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
sass: { | |
dist: { | |
options: { | |
style: 'expanded', | |
lineNumbers: true, | |
// compass: true |
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
http_path = "/" | |
css_dir = "css" | |
sass_dir = "sass" | |
images_dir = "img" | |
javascripts_dir = "js" | |
enviroment = :development | |
# enviroment = :production | |
if enviroment == :development |
SoundJS demo (on Google Drive) LINK