Skip to content

Commit

Permalink
#9 decrease opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
jwanner83 committed May 25, 2023
1 parent c4a183d commit a4d9b7d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
# liferay-npm-bundler-improved

A non-official but **ultrafast** drop-in replacement for the
[`liferay-npm-bundler` \*](https://www.npmjs.com/package/liferay-npm-bundler)
A non-official, **ultrafast** drop-in replacement for the
[`liferay-npm-bundler`\*](https://www.npmjs.com/package/liferay-npm-bundler)
with a watch mode.

## getting started

### existing portlet

#### differences

`copy assets` / `copy sources`

`deduplication`

`system settings`

### new portlet

`examples/react`, `examples/vue` & `examples/plain`

## advantages

the two main advantages are _**speed**_ and _**traceability**_.
the two main advantages are _**speed**_ and _**developer experience**_.

### speed

a build of an average portlet with the `liferay-npm-bundler-improved` takes about **_0.1s_** \*\*, no matter how big the
module is. if you worked with the official `liferay-npm-bundler` before, you know how much of an improvement this is.

### traceability
### developer experience

the `liferay-npm-bundler-improved` tries its best to tell you, if you do something wrong. this helps the developer a
lot if he is trying to figure out why something isn't working as expected. some examples.
Expand Down
2 changes: 1 addition & 1 deletion bundler/src/templates/dev/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function App({
<style>
{`
.lnbi-global-status {
opacity: 0.7;
opacity: 0.6;
}
.lnbi-global-status:hover, .lnbi-global-status.active {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LIFERAY_DEPLOYMENT_PATH=/Users/jwa/Development/customers/clavis/docker/liferay-docker-base/liferay/deploy/
LIFERAY_DEPLOYMENT_PATH=/Users/jwa/Development/playground/liferay-devcon-client-extensions/bundles/deploy

0 comments on commit a4d9b7d

Please sign in to comment.