don't use Photoshop Generator config file anymore

This commit is contained in:
Matthias Kretschmann 2015-07-21 01:22:29 +02:00
parent e514d33101
commit d273f3c2be
2 changed files with 2 additions and 9 deletions

View File

@ -15,7 +15,7 @@
dir=~/Projects/dotfiles
# list of files/folders to symlink in homedir
files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties generator.json npmrc bin"
files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties npmrc bin"
# ----------------------------------------------------------------------
@ -70,4 +70,4 @@ source ~/.bash_profile
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ all done"
echo "$(tput sgr0)" # reset
echo "$(tput sgr0)" # reset

View File

@ -1,7 +0,0 @@
{
"generator-assets": {
"css-enabled": true,
"webp-enabled": true,
"include-ancestor-masks": true
}
}