Skip to content

Commit

Permalink
Merge pull request #51 from lineupjs/sgratzl/nomin
Browse files Browse the repository at this point in the history
there are no minimized versions anymore
  • Loading branch information
thinkh authored Mar 30, 2020
2 parents 715cb9e + 56574ec commit 855d195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export default function initExport() {
js: shared.dataset!.buildScript(`document.querySelector('#data').textContent`, 'document.body'),
js_pre_processor: 'babel',
js_modernizr: false,
css_external: 'https://unpkg.com/lineupjs/build/LineUpJS.min.css',
js_external: 'https://unpkg.com/lineupjs/build/LineUpJS.min.js;https://cdn.rawgit.com/mholt/PapaParse/master/papaparse.min.js'
css_external: 'https://unpkg.com/lineupjs/build/LineUpJS.css',
js_external: 'https://unpkg.com/lineupjs/build/LineUpJS.js;https://cdn.rawgit.com/mholt/PapaParse/master/papaparse.min.js'
};

const json = JSON.stringify(data)
Expand Down

0 comments on commit 855d195

Please sign in to comment.