Skip to content

Commit

Permalink
update assets raketask to take into account 6.3's new _vendor/ direct…
Browse files Browse the repository at this point in the history
…ory during :clean
  • Loading branch information
zokioki committed Jan 10, 2017
1 parent 90fbcf1 commit 6da0778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.2.2
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace :assets do
desc 'Remove old Foundation for Sites assets'
task :clean do
sh 'rm -rf vendor'
sh 'mkdir -p vendor/assets/js/ vendor/assets/scss vendor/assets/scss/motion-ui'
sh 'mkdir -p vendor/assets/js/ vendor/assets/scss vendor/assets/scss/motion-ui vendor/assets/_vendor'
end

end

0 comments on commit 6da0778

Please sign in to comment.