├── changelog.txt
├── asset-compiler
├── bower_components
│ ├── modernizr
│ │ ├── .gitignore
│ │ ├── feature-detects
│ │ │ ├── css-mediaqueries.js
│ │ │ ├── workers-sharedworkers.js
│ │ │ ├── script-async.js
│ │ │ ├── script-defer.js
│ │ │ ├── cors.js
│ │ │ ├── dom-microdata.js
│ │ │ ├── audio-audiodata-api.js
│ │ │ ├── css-objectfit.js
│ │ │ ├── network-eventsource.js
│ │ │ ├── es5-strictmode.js
│ │ │ ├── dart.js
│ │ │ ├── pointerlock-api.js
│ │ │ ├── dom-classlist.js
│ │ │ ├── window-framed.js
│ │ │ ├── battery-api.js
│ │ │ ├── vibration.js
│ │ │ ├── audio-webaudio-api.js
│ │ │ ├── dataview-api.js
│ │ │ ├── elem-time.js
│ │ │ ├── lists-reversed.js
│ │ │ ├── web-intents.js
│ │ │ ├── css-resize.js
│ │ │ ├── elem-output.js
│ │ │ ├── style-scoped.js
│ │ │ ├── userdata.js
│ │ │ ├── css-userselect.js
│ │ │ ├── getusermedia.js
│ │ │ ├── iframe-srcdoc.js
│ │ │ ├── iframe-sandbox.js
│ │ │ ├── json.js
│ │ │ ├── iframe-seamless.js
│ │ │ ├── blob-constructor.js
│ │ │ ├── dom-dataset.js
│ │ │ ├── websockets-binary.js
│ │ │ ├── css-overflow-scrolling.js
│ │ │ ├── custom-protocol-handler.js
│ │ │ ├── performance.js
│ │ │ ├── css-boxsizing.js
│ │ │ ├── contextmenu.js
│ │ │ ├── requestanimationframe.js
│ │ │ ├── file-filesystem.js
│ │ │ ├── dom-createElement-attrs.js
│ │ │ ├── css-supports.js
│ │ │ ├── a-download.js
│ │ │ ├── css-backgroundsizecover.js
│ │ │ ├── elem-datalist.js
│ │ │ ├── css-lastchild.js
│ │ │ ├── forms-placeholder.js
│ │ │ ├── css-cubicbezierrange.js
│ │ │ ├── css-filters.js
│ │ │ ├── battery-level.js
│ │ │ ├── ie8compat.js
│ │ │ ├── css-calc.js
│ │ │ ├── notification.js
│ │ │ ├── network-xhr2.js
│ │ │ ├── forms-fileinput.js
│ │ │ ├── contenteditable.js
│ │ │ ├── elem-progress-meter.js
│ │ │ ├── quota-management-api.js
│ │ │ ├── css-displayrunin.js
│ │ │ ├── cookies.js
│ │ │ ├── emoji.js
│ │ │ ├── file-api.js
│ │ │ ├── css-scrollbars.js
│ │ │ ├── css-positionsticky.js
│ │ │ ├── svg-filters.js
│ │ │ ├── img-webp.js
│ │ │ ├── contentsecuritypolicy.js
│ │ │ ├── css-remunit.js
│ │ │ ├── css-vwunit.js
│ │ │ ├── fullscreen-api.js
│ │ │ ├── css-vhunit.js
│ │ │ ├── css-backgroundposition-shorthand.js
│ │ │ ├── event-deviceorientation-motion.js
│ │ │ ├── css-mask.js
│ │ │ ├── elem-track.js
│ │ │ ├── gamepad.js
│ │ │ ├── css-vmaxunit.js
│ │ │ ├── css-vminunit.js
│ │ │ ├── url-data-uri.js
│ │ │ ├── css-backgroundposition-xy.js
│ │ │ ├── forms-speechinput.js
│ │ │ ├── css-backgroundrepeat.js
│ │ │ ├── elem-details.js
│ │ │ ├── forms-formattribute.js
│ │ │ ├── mathml.js
│ │ │ ├── workers-dataworkers.js
│ │ │ ├── css-pointerevents.js
│ │ │ ├── img-apng.js
│ │ │ ├── css-subpixelfont.js
│ │ │ ├── canvas-todataurl-type.js
│ │ │ ├── network-connection.js
│ │ │ ├── css-displaytable.js
│ │ │ ├── unicode.js
│ │ │ ├── webgl-extensions.js
│ │ │ ├── forms-inputnumber-l10n.js
│ │ │ ├── workers-blobworkers.js
│ │ │ ├── exif-orientation.js
│ │ │ ├── elem-ruby.js
│ │ │ ├── css-regions.js
│ │ │ └── forms-validation.js
│ │ ├── .travis.yml
│ │ ├── media
│ │ │ ├── Modernizr 2 Logo.ai
│ │ │ ├── Modernizr 2 Logo.eps
│ │ │ ├── Modernizr 2 Logo.pdf
│ │ │ ├── Modernizr 2 Logo.png
│ │ │ └── Modernizr 2 Logo.svg
│ │ ├── test
│ │ │ ├── caniuse_files
│ │ │ │ ├── alpha.png
│ │ │ │ ├── ruby.png
│ │ │ │ ├── table.png
│ │ │ │ ├── green5x5.png
│ │ │ │ ├── red30x30.png
│ │ │ │ ├── svg_blur.png
│ │ │ │ ├── apng_test.png
│ │ │ │ ├── mathml_ref.png
│ │ │ │ ├── before-after.png
│ │ │ │ ├── stroked-text.png
│ │ │ │ ├── svg-html-blur.png
│ │ │ │ ├── text-shadow1.png
│ │ │ │ ├── text-shadow2.png
│ │ │ │ ├── windsong_font.png
│ │ │ │ ├── Windsong-webfont.eot
│ │ │ │ ├── Windsong-webfont.otf
│ │ │ │ ├── Windsong-webfont.ttf
│ │ │ │ ├── Windsong-webfont.woff
│ │ │ │ ├── png_alpha_result.png
│ │ │ │ ├── svg-img.svg
│ │ │ │ ├── svg-img.svg.1
│ │ │ │ ├── hashchange.html
│ │ │ │ ├── xhtml.html
│ │ │ │ ├── form_validation.html
│ │ │ │ ├── pushstate.html
│ │ │ │ ├── style.css
│ │ │ │ └── mathml.html
│ │ │ ├── js
│ │ │ │ ├── setup.js
│ │ │ │ ├── dumpdata.js
│ │ │ │ └── basic.html
│ │ │ ├── basic.html
│ │ │ ├── qunit
│ │ │ │ └── run-qunit.js
│ │ │ └── index.html
│ │ ├── .editorconfig
│ │ ├── .bower.json
│ │ ├── readme.md
│ │ └── grunt.js
│ ├── normalize-css
│ │ ├── bower.json
│ │ ├── .bower.json
│ │ ├── LICENSE.md
│ │ └── README.md
│ └── lesshat
│ │ ├── .bower.json
│ │ ├── README.rdoc
│ │ └── LICENSE
├── .bowerrc
├── custom_components
│ ├── magnum.js
│ └── responsive_iframes
│ │ └── responsive_iframes.js
├── bower.json
├── LESS
│ ├── mixins.less
│ ├── less_imports.less
│ ├── variables.less
│ ├── color_and_bgs.less
│ ├── mediaqueries.less
│ ├── code-highlight.less
│ ├── typography.less
│ └── layout.less
├── package.json
├── README.md
└── Gruntfile.js
├── .gitignore
├── partials
├── footer.hbs
└── header.hbs
├── assets
└── highlighter
│ ├── lang-yaml.js
│ ├── lang-proto.js
│ ├── lang-basic.js
│ ├── lang-pascal.js
│ ├── prettify.css
│ ├── lang-rd.js
│ ├── lang-tex.js
│ ├── lang-wiki.js
│ ├── lang-vhdl.js
│ ├── lang-llvm.js
│ ├── lang-go.js
│ ├── lang-r.js
│ ├── lang-lua.js
│ ├── lang-scala.js
│ ├── lang-apollo.js
│ ├── lang-tcl.js
│ ├── lang-clj.js
│ ├── lang-ml.js
│ ├── lang-dart.js
│ ├── lang-n.js
│ ├── lang-sql.js
│ ├── lang-erlang.js
│ ├── lang-lisp.js
│ └── lang-vb.js
├── LICENSE.txt
├── index.hbs
├── README.md
├── default.hbs
└── post.hbs
/changelog.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/.gitignore:
--------------------------------------------------------------------------------
1 | modernizr.min.js
2 | .DS_Store
--------------------------------------------------------------------------------
/asset-compiler/.bowerrc:
--------------------------------------------------------------------------------
1 | {
2 | "directory" : "bower_components",
3 | "json" : "bower.json"
4 | }
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/css-mediaqueries.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | Modernizr.addTest('mediaqueries', Modernizr.mq('only all'));
--------------------------------------------------------------------------------
/asset-compiler/custom_components/magnum.js:
--------------------------------------------------------------------------------
1 | $(function(){
2 | $('pre').addClass('prettyprint linenums');
3 | prettyPrint();
4 | responsive_iframes();
5 | });
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/workers-sharedworkers.js:
--------------------------------------------------------------------------------
1 | Modernizr.addTest('sharedworkers', function(){
2 | return !!window.SharedWorker;
3 | });
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - 0.8
4 | before_script:
5 | - npm install grunt
6 | script: grunt travis --verbose
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.ai
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.eps:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.eps
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.pdf
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/media/Modernizr 2 Logo.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/script-async.js:
--------------------------------------------------------------------------------
1 | // async script
2 | // By Theodoor van Donge
3 | Modernizr.addTest('scriptasync', 'async' in document.createElement('script'));
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/script-defer.js:
--------------------------------------------------------------------------------
1 | // defer script
2 | // By Theodoor van Donge
3 | Modernizr.addTest('scriptdefer', 'defer' in document.createElement('script'));
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/alpha.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/ruby.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/ruby.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/table.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/cors.js:
--------------------------------------------------------------------------------
1 | // cors
2 | // By Theodoor van Donge
3 | Modernizr.addTest('cors', !!(window.XMLHttpRequest && 'withCredentials' in new XMLHttpRequest()));
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/green5x5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/green5x5.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/red30x30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/red30x30.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/svg_blur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/svg_blur.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/apng_test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/apng_test.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/mathml_ref.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/mathml_ref.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/before-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/before-after.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/stroked-text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/stroked-text.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/svg-html-blur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/svg-html-blur.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/text-shadow1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/text-shadow1.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/text-shadow2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/text-shadow2.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/windsong_font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/windsong_font.png
--------------------------------------------------------------------------------
/asset-compiler/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "ghostthemingpackage",
3 | "version": "1.0",
4 | "dependencies": {
5 | "lesshat": "latest",
6 | "normalize-css": "latest",
7 | "modernizr": "latest"
8 | }
9 | }
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/dom-microdata.js:
--------------------------------------------------------------------------------
1 | // Microdata support
2 | // http://www.w3.org/TR/html5/microdata.html
3 | // By Addy Osmani
4 | Modernizr.addTest('microdata', !!(document['getItems']));
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/png_alpha_result.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/durgesh-priyaranjan/magnum/HEAD/asset-compiler/bower_components/modernizr/test/caniuse_files/png_alpha_result.png
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/audio-audiodata-api.js:
--------------------------------------------------------------------------------
1 | // Mozilla Audio Data API
2 | // https://wiki.mozilla.org/Audio_Data_API
3 | // by Addy Osmani
4 | Modernizr.addTest('audiodata', !!(window.Audio));
5 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/css-objectfit.js:
--------------------------------------------------------------------------------
1 |
2 | // dev.opera.com/articles/view/css3-object-fit-object-position/
3 |
4 | Modernizr.addTest('object-fit',
5 | !!Modernizr.prefixed('objectFit')
6 | );
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/network-eventsource.js:
--------------------------------------------------------------------------------
1 |
2 | // server sent events aka eventsource
3 | // dev.w3.org/html5/eventsource/
4 |
5 | Modernizr.addTest('eventsource', !!window.EventSource);
6 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/es5-strictmode.js:
--------------------------------------------------------------------------------
1 | // strict mode
2 |
3 | // test by @kangax
4 |
5 | Modernizr.addTest('strictmode', function(){
6 | return (function(){ "use strict"; return !this; })();
7 | });
--------------------------------------------------------------------------------
/asset-compiler/LESS/mixins.less:
--------------------------------------------------------------------------------
1 | .mt0{
2 | margin-top: 0;
3 | }
4 |
5 | .mB(){
6 | margin-bottom: @add_padding/6 + 0em;
7 | }
8 |
9 | .custom-border-radius(){
10 | .border-radius( ((@golden/2) + 0em) 0 ((@golden/2) + 0em) 0);
11 | }
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/dart.js:
--------------------------------------------------------------------------------
1 | // Dart
2 | // By Theodoor van Donge
3 |
4 | // https://chromiumcodereview.appspot.com/9232049/
5 |
6 | Modernizr.addTest('dart', !!Modernizr.prefixed('startDart', navigator));
7 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/pointerlock-api.js:
--------------------------------------------------------------------------------
1 | // https://developer.mozilla.org/en-US/docs/API/Pointer_Lock_API
2 |
3 | Modernizr.addTest('pointerlock',!!Modernizr.prefixed('pointerLockElement', document));
4 |
5 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/svg-img.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/dom-classlist.js:
--------------------------------------------------------------------------------
1 | // classList
2 | // https://developer.mozilla.org/en/DOM/element.classList
3 | // By Addy Osmani
4 | Modernizr.addTest('classlist', 'classList' in document.documentElement);
5 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/test/caniuse_files/svg-img.svg.1:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/window-framed.js:
--------------------------------------------------------------------------------
1 |
2 | // tests if page is iframed
3 |
4 | // github.com/Modernizr/Modernizr/issues/242
5 |
6 | Modernizr.addTest('framed', function(){
7 | return window.location != top.location;
8 | });
9 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/.editorconfig:
--------------------------------------------------------------------------------
1 | # editorconfig.org
2 | root = true
3 |
4 | [*]
5 | indent_style = space
6 | indent_size = 2
7 | end_of_line = lf
8 | charset = utf-8
9 | trim_trailing_whitespace = true
10 | insert_final_newline = true
11 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/battery-api.js:
--------------------------------------------------------------------------------
1 |
2 | // Battery API
3 | // https://developer.mozilla.org/en/DOM/window.navigator.mozBattery
4 | // By: Paul Sayre
5 |
6 | Modernizr.addTest('battery',
7 | !!Modernizr.prefixed('battery', navigator)
8 | );
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/vibration.js:
--------------------------------------------------------------------------------
1 | // Vibration API
2 | // http://www.w3.org/TR/vibration/
3 | // https://developer.mozilla.org/en/DOM/window.navigator.mozVibrate
4 | Modernizr.addTest('vibrate', !!Modernizr.prefixed('vibrate', navigator));
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/audio-webaudio-api.js:
--------------------------------------------------------------------------------
1 | // Web Audio API
2 | // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
3 | // By Addy Osmani
4 | Modernizr.addTest('webaudio', !!(window.webkitAudioContext || window.AudioContext));
5 |
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/dataview-api.js:
--------------------------------------------------------------------------------
1 | // DataView
2 | // https://developer.mozilla.org/en/JavaScript_typed_arrays/DataView
3 | // By Addy Osmani
4 | Modernizr.addTest('dataview', (typeof DataView !== 'undefined' && 'getFloat64' in DataView.prototype));
--------------------------------------------------------------------------------
/asset-compiler/bower_components/modernizr/feature-detects/elem-time.js:
--------------------------------------------------------------------------------
1 | //