Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • ..
  • TypeScript
  • TypeScript
  • ColorPicker.ts
Find file BlameHistoryPermalink
  • Andreas Fernandez's avatar
    [BUGFIX] Refine build architecture · 0c085647
    Andreas Fernandez authored Mar 25, 2019
    TypeScript:
    Due to issues with upcoming TypeScript versions, the TypeScript sources
    are moved into the Build directory before building JavaScript.
    
    The unused Grunt task `tsdev` has been removed.
    
    Additionally, some type defintions have been installed:
    
      yarn add --dev \
          @types/bootstrap-slider \
          @types/datatables.net \
          @types/chosen-js
    
    Sass:
    The Sass sources have been moved into the common "Sources" directory.
    Those source files are moved to have a less cluttered Build directory.
    
    Note: With this patch, all TypeScript files must be placed into
    `Build/Sources/TypeScript` to be compiled by tsc again.
    
    Resolves: #88043
    Releases: master
    Change-Id: I4d3e5f69564c38a35bf083652ea7262f5b85e4f3
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60335
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Anja Leichsenring <aleichsenri...
    0c085647