Skip to content

Instantly share code, notes, and snippets.

@cheapsteak
cheapsteak / SassMeister-input.scss
Created October 18, 2015 18:34
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
div {
width: calc(100% - 100px);
}
const hoverAnimation = f1.lazyAnimation({
  states: {
    focused: {
      focusedElement: {
        opacity: 1
      },
      otherElements: {
        opacity: 0.5
 }
(echo 'module.exports = { files: [';
  # find all files recursively
  find . |
  # exclude junk/system files
  grep -v '.DS_Store$' |
  # remove leading ./ and wrap the rest of the string in quotes, end with comma
  sed -e 's/\.\///g' -e 's/\(.*\)/"\1",/g';
 # close the object and export output to a file

root of project directory: .ebextensions/nginx.conf

files:
    "/etc/nginx/conf.d/proxy.conf" :
        mode: "000755"
        owner: root
        group: root
 content: |
[
{
"loc": 8,
"path": "./app/develop/scripts/config.js",
"exclude": false
},
{
"loc": 47,
"path": "./app/scripts/404/js/404.js",
"exclude": false
[
["Lines of Code", "Path"],
[
"404/js/404.js",
47
],
[
"advanced/js/advanced.js",
1128
],