Skip to content

Commit

Permalink
Client, libs: add bib2json in the copied scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlfeberhard committed Jul 31, 2015
1 parent e3f831f commit 8078d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/grunt-tasks/install-libs.js
Expand Up @@ -19,11 +19,11 @@ module.exports = function( grunt ){
'backbone': [ 'backbone.js', 'backbone/backbone.js' ],
'requirejs': [ 'require.js', 'require.js' ],
'd3': [ 'd3.js', 'd3.js' ],
'bib2json': [ 'Parser.js', 'bibtex.js' ],

// these need to be updated and tested
//'farbtastic': [ 'src/farbtastic.js', 'farbtastic.js' ],
//'jQTouch': [ 'src/reference/jqtouch.js', 'jquery/jqtouch.js' ],
//'bib2json': [ 'Parser.js', 'bibtex.js' ],
//'jquery-form': [ 'jquery.form.js', 'jquery/jquery.form.js' ],
//'jquery-autocomplete': [ 'src/jquery.autocomplete.js', 'jquery/jquery.autocomplete.js' ],
//'select2': [ 'select2.js', 'jquery/select2.js' ],
Expand Down

0 comments on commit 8078d72

Please sign in to comment.