Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Build: Only copying needed files to kitchensink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Scott committed Nov 16, 2012
1 parent 561ee2e commit 84807f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,937 deletions.
4 changes: 2 additions & 2 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ module.exports = function(grunt) {
dest: 'compiled/'
},
kitchenLib: {
src: 'compiled/*',
src: 'compiled/*-all*',
dest: 'kitchenSink/lib/',
exclude: [/less/i, /min/, /Init/]
exclude: [/min/]
},
latest: {
src: 'compiled/*',
Expand Down
Loading

0 comments on commit 84807f7

Please sign in to comment.