Skip to content

Commit 36ad1b2

Browse files
Add front/drupal-js-build tool
1 parent 309ad77 commit 36ad1b2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_data/projects/drupal-js-build.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Drupal JS Build
2+
year_created: 2019
3+
source: https://github.com/front/drupal-js-build
4+
homepage: https://github.com/front/drupal-js-build
5+
docs: https://github.com/front/drupal-js-build
6+
logo: https://github.githubassets.com/images/icons/emoji/unicode/2692.png
7+
8+
description: "Command line to build JS files the way Drupal core does.
9+
Just create your JS files as [name].es6.js.
10+
When this tool is executed, those files will be compiled by Babel to [name].js.
11+
The script files were directly taken from Drupal core codebase and updated to support
12+
custom build configurations using the .drupalbuild.js file.
13+
The default configuration will match Drupal's default behaviour/convention."
14+
15+
requires:
16+
- npm
17+
18+
drupal_versions:
19+
- 8
20+
- 9
21+
category:
22+
- compile
23+
- development
24+
tags:
25+
- development

0 commit comments

Comments
 (0)