liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
69 stars 69 forks source link

feat(js-toolkit): adds support for building theme spritemap client extensions #1101

Closed bryceosterhaus closed 1 year ago

bryceosterhaus commented 1 year ago

Config for this CET looks like

{
    "build": {
        "type": "themeSpritemap",
        "options": {
            "extendClay": true
        }
    }
}

Icons are placed in the ./src of your project.

package.json looks like

{
  "name": "sample-theme-spritemap-3",
  "version": "1.0.0",
  "description": "Sample Theme Spritemap 3",
  "dependencies": {
    "@liferay/dxp-7.4": "*"
  },
  "scripts": {
    "build": "liferay build",
    "clean": "liferay clean",
    "deploy": "liferay deploy"
  }
}
bryceosterhaus commented 1 year ago

@izaera updated

and yeah I still need to figure out the test failures

izaera commented 1 year ago

LVGTM :+1: