Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

tableau/wdclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c38763e · May 20, 2021

History

43 Commits
Sep 29, 2016
Sep 29, 2016
Sep 28, 2016
May 20, 2021
Sep 29, 2016
Oct 5, 2016
Jun 20, 2017
Aug 15, 2016
May 20, 2021
Oct 5, 2016
Nov 22, 2016
May 18, 2021
Nov 23, 2016
Dec 6, 2018
Sep 28, 2016
Sep 29, 2016
May 18, 2021
Mar 18, 2021
Dec 6, 2018
Sep 28, 2016
Sep 29, 2016

Repository files navigation

wdclib

The wdclib package is used to generate the WDC shim library which must be included by every web data connector. It works by using webpack to combine all of the various files in the package into a single bundle.js file as well as a minified version of that file.

The repro uses git-flow to manage it's versions. The current version of the shim library is stored in package.json

!Please run all these commands from wdclib folder, before running any of the following task, install required node packages by running "npm install"

Usage:

Build unminified version of shim and copy to ./dist

npm run build

Build minified version of shim and copy to ./dist

npm run build_min

Build both versions of shim, copy them to ./versions with appropriate versions number:

npm run make_version