From d273f3c2beb712a2609c67ca7569534d594fdb4d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 21 Jul 2015 01:22:29 +0200 Subject: [PATCH] don't use Photoshop Generator config file anymore --- bin/update-dotfiles.sh | 4 ++-- generator.json | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 generator.json diff --git a/bin/update-dotfiles.sh b/bin/update-dotfiles.sh index 3ea1ce8..6247a54 100755 --- a/bin/update-dotfiles.sh +++ b/bin/update-dotfiles.sh @@ -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 \ No newline at end of file +echo "$(tput sgr0)" # reset diff --git a/generator.json b/generator.json deleted file mode 100644 index 2b4da17..0000000 --- a/generator.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "generator-assets": { - "css-enabled": true, - "webp-enabled": true, - "include-ancestor-masks": true - } -} \ No newline at end of file