Skip to content

Commit

Permalink
Getting stuff ready to be cleaned, moving stuff that will be deleted …
Browse files Browse the repository at this point in the history
…into the deprecated folder
  • Loading branch information
bobmonteverde committed Jun 16, 2012
1 parent beb2e1c commit ead4f5b
Show file tree
Hide file tree
Showing 25 changed files with 155 additions and 2,205 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,23 @@ JS_FILES = \
src/models/cumulativeLine.js \
src/models/discreteBar.js \
src/models/discreteBarChart.js \
src/models/discreteBarWithAxes.js \
src/models/legend.js \
src/models/line.js \
src/models/lineChart.js \
src/models/linePlusBar.js \
src/models/linePlusBarChart.js \
src/models/lineWithFocus.js \
src/models/lineWithLegend.js \
src/models/multiBar.js \
src/models/multiBarChart.js \
src/models/multiBarWithLegend.js \
src/models/multiBarHorizontal.js \
src/models/multiBarHorizontalChart.js \
src/models/multiBarHorizontalWithLegend.js \
src/models/pie.js \
src/models/scatter.js \
src/models/scatterChart.js \
src/models/scatterWithLegend.js \
src/models/sparkline.js \
src/models/sparklinePlus.js \
src/models/stackedArea.js \
src/models/stackedAreaWithLegend.js \
src/models/stackedAreaChart.js \
src/charts/cumulativeLineChart.js \
src/charts/lineChart.js \
src/charts/lineChartDaily.js \
src/charts/stackedAreaChart.js \
src/outro.js

JS_COMPILER = \
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
copy src\intro.js /B + src\core.js /B + src\tooltip.js /B temp1.js /B
copy src\models\*.js /B + src\charts\*.js /B temp2.js /B
copy src\models\*.js /B temp2.js /B
copy temp1.js /B + temp2.js /B + src\outro.js /B nv.d3.js /B
del temp1.js
del temp2.js
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ead4f5b

Please sign in to comment.