Skip to content

Commit

Permalink
add survey.css to dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed May 7, 2024
1 parent 55ac507 commit 01de067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/config/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export const createCoreDistArchive = () =>
// jspsych.css
src("packages/jspsych/css/jspsych.css").pipe(rename("/dist/jspsych.css")),

// survey.css
src("packages/survey/css/survey.css").pipe(rename("/dist/survey.css")),

// Examples
src("examples/**/*", { base: "." })
// Rewrite script source paths
Expand Down

0 comments on commit 01de067

Please sign in to comment.