Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-2204

Create infrastructure to reliably build JavaScript components

    XMLWordPrintable

Details

    Description

      We should build an infrastructure that allows us to reliably build JavaScript components in our project, now and in the future (during maintainance).

      The general idea behind the infrastructure is

      • restore cached state of dependencies
      • build projects via npm/grunt
      • save the state of all dependencies (bower_components, node_modules)

      ```javascript
      build-cache restore
      npm install
      grunt build
      build-cache save
      ```

      Based on hashing of project dependencies we should be able to figure out, whether the dependencies have changed.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              stefan.hentschel Stefan
              rehwaldt Nico Rehwaldt
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce