Browse Source

Removed concatenated c3 min

pull/1289/head
Daniele Piccone 10 years ago
parent
commit
44ee717cf7
  1. 3
      Gruntfile.coffee

3
Gruntfile.coffee

@ -89,7 +89,8 @@ module.exports = (grunt) ->
c3:
src: 'c3.js'
options:
specs: 'spec/*-spec.js'
#specs: 'spec/*-spec.js'
specs: 'spec/core-spec.js'
helpers: 'spec/*-helper.js'
styles: 'c3.css'
vendor: 'https://rawgit.com/mbostock/d3/v3.5.0/d3.min.js'

Loading…
Cancel
Save