Article published to
https://medium.com/appifycanada/migrating-a-legacy-front-end-build-system-to-webpack-344526f47873
GitGutter SidebarEnhancements - https://github.com/titoBouzout/SideBarEnhancements
User preferences: Preferences.sublime-settings
{
"draw_white_space": "all",
"ignored_packages":
[
root of project directory: .ebextensions/nginx.conf
files:
"/etc/nginx/conf.d/proxy.conf" :
mode: "000755"
owner: root
group: root
content: |
(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
const hoverAnimation = f1.lazyAnimation({
states: {
focused: {
focusedElement: {
opacity: 1
},
otherElements: {
opacity: 0.5
}
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)
Code review https://gist.github.com/cheapsteak/053085a7174ad988a99e
Flow
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
div { | |
width: calc(100% - 100px); | |
} |
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
The Swagger specification is licensed under The Apache License, Version 2.0.