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
FRONT_END_PATH = "client" | |
namespace :yarn do | |
desc "install packages using rails instead of having to go into the client folder" | |
args = ARGV.drop(1) | |
task :add do | |
dev = false | |
next no_args_passed if args.length == 0 |
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
{ | |
"workbench.iconTheme": "vscode-icons", | |
"editor.rulers": [80], | |
"editor.fontFamily": "FiraCode-Retina", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 12.5, | |
"vscode_custom_css.imports": [ | |
"file:///Users/pbrunache/Desktop/fonts/styles.css" | |
] | |
} |