Once this structure is finished and approved, it still has to be taken from Dskate and SES and put into the starter.

The src package contains:

  • Default theme stylesheets
  • Vue and Javascript components made to work with the Drive API

Getting Started

After installing the Drive framework and downloading the files from the server, run

npm install

If you run into problems, this is usually due to an error in the postinstall task in gulpfile.js.

Compiling Files

Each package in the assets folder (see next section) has corresponding gulp tasks. These tasks compile and minify files, and put them into assets/css or assets/js.

For example, the default theme package (assets/src) has the following tasks:

src:css
src:css:production
src:js
src:js:production