Skip to content

Commit

Permalink
nuke deprecated directory, remove silly intro/outro files and use gru…
Browse files Browse the repository at this point in the history
…nt options.
  • Loading branch information
reece committed Nov 13, 2014
1 parent 480eb8a commit 94b8104
Show file tree
Hide file tree
Showing 43 changed files with 4 additions and 7,886 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ehthumbs.db
Icon?
Thumbs.db
node_modules
build
bower_components
coverage
test-results.xml
Expand Down
6 changes: 4 additions & 2 deletions GruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
concat: {
options: {
separator: ''
separator: '',
// wrap output in a function block.
banner: '(function(){',
footer: '})();'
},
dist: {
src: [
Expand All @@ -23,7 +26,6 @@ module.exports = function(grunt) {
'src/outro.js'
],
dest: 'build/nv.d3.js'
>>>>>>> master
}
},
uglify: {
Expand Down
198 changes: 0 additions & 198 deletions deprecated/bar.html

This file was deleted.

Loading

0 comments on commit 94b8104

Please sign in to comment.