Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@joinbox/build-task
Advanced tools
Re-usable Gulp 4 tasks for Joinbox projects that provide reasonable defaults for the following file types:
All tasks support:
Scripts support:
useBuildIns: 'usage'
)Styles support:
npm i -D @joinbox/build-task browser-sync gulp babel-eslint
{ buildJavaScript, buildStyles } = require('@joinbox/build-task')
npx gulp
(for dev task) and npx gulp live
--serial
option as we are relying on the file
system for our tests
gulpfile
from here or another projectproxy-url
@joinbox/build-task
to newest versionnode-sass
and all other dependencies of the previous build task@babel/polyfill
, regenerator-runtime/runtime
core-js
v2; use v3 (which should not be necessary, as it is compiled
into your dist files by the build task)scripts
with
"scripts": {
"start": "npx gulp",
"build": "npx gulp live"
},
@babel/polyfill
, regenerator-runtime/runtime
and core-js/stable
. They are replaced
by the task's useBuiltIns: true
which compiles core-js
into the dist files where needed
gulpfile.js
npm i --save-dev postcss del imagemin
rm -r node_modules
npm i
npm start
FAQs
Re-usable esbuild/swc and Sass based build tasks for Joinbox Drupal projects
The npm package @joinbox/build-task receives a total of 31 weekly downloads. As such, @joinbox/build-task popularity was classified as not popular.
We found that @joinbox/build-task demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.