prebid / prebid-universal-creative

Apache License 2.0
43 stars 69 forks source link

add build-dev task #189

Closed musikele closed 1 year ago

musikele commented 1 year ago

Currently, if a user wants to generate dev files (that is, unminified files together with source maps), he should either call npx gulp test or npx gulp serve. Both tasks generate dev files but they also perform other tasks that may be irrelevant for those who only want to generate dev files.

With this PR, I add a new task npx gulp build-dev that will only generate dev files.

musikele commented 1 year ago

@dgirardi can you give a look at this PR too?