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) { | |
| "use strict"; | |
| grunt.initConfig({ | |
| sass: { | |
| docs: { | |
| options: { | |
| style: 'compressed', | |
| loadPath: './bower_components' | |
| }, |
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
| script: | |
| - "test/travis.rb" | |
| language: ruby | |
| before_install: | |
| - gem install sass | |
| - npm install -g bower | |
| - npm install -g grunt-cli | |
| - npm install | |
| - bower install |
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
| // ---- | |
| // Sass (v3.3.0.rc.2) | |
| // Compass (v1.0.0.alpha.17) | |
| // ---- | |
| $o-colors-is-silent: true !default; | |
| $colorList: | |
| pink #fff1e0, | |
| black #000000, |
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
| <script> | |
| (function() { | |
| if (Modernizr.classlist && Modernizr.queryselector && Modernizr.localstorage && Modernizr.eventlistener) { | |
| var j = document.createElement('script'); | |
| j.type = 'text/javascript'; | |
| j.async = true; | |
| j.src = '/resources/javascript/bundle.js'; | |
| var s = document.getElementsByTagName('script')[0]; | |
| s.parentNode.insertBefore(j, s); | |
| } else { |
NewerOlder