This file contains 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
"compilerOptions": { | |
"baseUrl": "./src", | |
"paths": { | |
"@app/*": ["app/*"], | |
"@views/*": ["app/views/*"], | |
"@components/*": ["app/components/*"], | |
"@store/*": ["app/store/*"], | |
"@services/*": ["app/services/*"] | |
}, |
This file contains 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
# editorconfig.org | |
root = true | |
[*] | |
indent_style = space | |
indent_size = 2 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
This file contains 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
<h1>Horizontal Slider</h1> | |
<h4>En desarollo</h4> | |
<hr /> | |
<div class="horizontal-slider"> | |
<ul class="h-items"> | |
<li>1</li> | |
<li>2</li> | |
<li>3</li> | |
</ul> | |
<div class="h-controlls"> |
This file contains 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
git checkout HEAD fileToDelete |
This file contains 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
git checkout HEAD fileToDelete |
This file contains 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
Here's full instructions: | |
1. Go to your Mac HD/Applications folder and move your World of Warcraft to the Trash | |
2. Go to your Mac HD/Users/Shared folder and move the Blizzard folder to the Trash | |
3. Go to your Mac HD/Users/your account/Library/Preferences and delete any files associated with WOW: | |
(You might not have all of these files.) | |
- com.blizzard.downloader.plist | |
- com.blizzard.Downloader.prefs | |
- com.blizzard.errorreporter.plist |
This file contains 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
sudo mv composer.phar /usr/local/bin/ | |
vi ~/.bash_profile | |
alias composer="php /usr/local/bin/composer.phar" |
This file contains 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
_ |
This file contains 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
Here's full instructions: | |
1. Go to your Mac HD/Applications folder and move your World of Warcraft to the Trash | |
2. Go to your Mac HD/Users/Shared folder and move the Blizzard folder to the Trash | |
3. Go to your Mac HD/Users/your account/Library/Preferences and delete any files associated with WOW: | |
(You might not have all of these files.) | |
- com.blizzard.downloader.plist | |
- com.blizzard.Downloader.prefs | |
- com.blizzard.errorreporter.plist |
This file contains 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
# just link |
NewerOlder