Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Prevent the build tool from bundling biblio.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed May 19, 2013
1 parent 7b797eb commit d08efee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build-w3c-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ exec("git symbolic-ref HEAD", function (err, stdout, stderr) {
// , optimize: "none"
, paths: {
requireLib: "./require"
, biblio: "../bibref/biblio"
, simpleNode: "./simple-node"
, shortcut: "./shortcut"
}
, name: "profile-w3c-common"
, include: "requireLib biblio simpleNode shortcut".split(" ")
, include: "requireLib simpleNode shortcut".split(" ")
, out: versioned
, inlineText: true
, preserveLicenseComments: false
Expand Down

0 comments on commit d08efee

Please sign in to comment.