UNPKG
10up-toolkit
Version:
latest (6.4.1)
next (6.4.2-next.0)
6.4.2-next.0
6.4.1
6.4.0
6.3.0
6.3.0-next.1
6.3.0-next.0
6.2.2
6.2.1
6.2.0
6.2.0-next.4
6.2.0-next.3
6.2.0-next.2
6.2.0-next.1
6.2.0-next.0
6.1.0
6.1.0-next.1
6.1.0-next.0
6.0.1
6.0.0
6.0.0-next.0
5.2.3
5.2.2
5.2.2-next.0
5.2.1
5.2.1-next.1
5.2.1-next.0
5.2.0
5.1.0
5.1.0-next.0
5.0.0
4.3.1
4.3.0
4.3.0-next.0
4.2.2
4.2.2-next.1
4.2.1
4.2.1-next.1
4.2.1-next.0
4.2.0
4.2.0-next.2
4.2.0-next.1
4.2.0-next.0
4.1.2
4.1.1
4.1.0
4.1.0-next.2
4.0.1-next.1
4.0.1-next.0
4.0.0
3.1.2
3.1.1
3.1.1-next.5
3.1.1-next.4
3.1.1-next.3
3.1.1-next.2
3.1.1-next.1
3.1.1-next.0
3.1.0
3.1.0-next.0
3.0.4-next.1
3.0.4-next.0
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0-alpha.8
2.2.0-alpha.7
2.2.0-alpha.6
2.2.0-alpha.5
2.2.0-alpha.3
2.2.0-alpha.2
2.2.0-alpha.1
2.2.0-alpha.0
2.1.1
2.1.0
2.0.0
2.0.0-rc.2
2.0.0-rc.1
1.0.13
1.0.12
1.0.12-alpha.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Collection of reusable scripts for 10up development.
github.com/10up/10up-toolkit
10up/10up-toolkit
10up-toolkit
/
config
/
filenames.config.js
8 lines
(7 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { js:
'js/[name].js'
, jsChunk:
'js/[name].[contenthash].chunk.js'
, css:
'css/[name].css'
, block:
'blocks/[name]/editor.js'
, blockCSS:
'blocks/[name]/editor.css'
, };