Code review https://gist.github.com/cheapsteak/053085a7174ad988a99e
Flow
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| div { | |
| width: calc(100% - 100px); | |
| } |
Code review https://gist.github.com/cheapsteak/053085a7174ad988a99e
Flow
blank:
https://cdn.rawgit.com/cheapsteak/3338fc7826f789062c76/raw/588cb3e2a129515e0f7153fc10734584983c6687/benchmark-blank.html
(this is the "control" to see how long it takes just to request an empty js file)
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 fileroot of project directory: .ebextensions/nginx.conf
files:
"/etc/nginx/conf.d/proxy.conf" :
mode: "000755"
owner: root
group: root
content: |
GitGutter SidebarEnhancements - https://github.com/titoBouzout/SideBarEnhancements
User preferences: Preferences.sublime-settings
{
"draw_white_space": "all",
"ignored_packages":
[
| [ | |
| { | |
| "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 | |
| ], |