Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@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 prod
--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 prod"
},
@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
Main change is the update from Node Sass to Dart Sass which comes with a breaking change for
SASS files: One must use math.div
instead of /
. There's an auto migrate plugin.
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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.