-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
component: build systemThe issue involves the build system of Shaka PlayerThe issue involves the build system of Shaka Playerpriority: P3Useful but not urgentUseful but not urgenttype: enhancementNew feature or requestNew feature or request
Milestone
Description
When customizing the build as detailed in the Plugins and Customizing the Build Tutorial, if you change the build parameters like so:
# Build without polyfills:
python build/build.py +@complete -@polyfill
# Build without polyfills or text parsers:
python build/build.py +@complete -@polyfill -@text
The second build will not happen without --force. Instead, you get this message:
Compiling the library...
No changes detected, not building. Use --force to override.
Ideally, we could detect that the build parameters have changed and rebuild anyway.
Metadata
Metadata
Assignees
Labels
component: build systemThe issue involves the build system of Shaka PlayerThe issue involves the build system of Shaka Playerpriority: P3Useful but not urgentUseful but not urgenttype: enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
joeyparrish commentedon Apr 25, 2017
Design from @TheModMaker: