We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle.config.json
asset-bundles.json
1 parent eb837d6 commit 0362ff4Copy full SHA for 0362ff4
2 files changed
build/gulpfile.js
@@ -28,7 +28,7 @@ const sprinkles = ['core'].concat(require(`${sprinklesSchemaPath}`)['base']);
28
const publicAssetsDir = '../public/assets/';
29
30
// name of the bundle file
31
-const bundleFile = 'bundle.config.json';
+const bundleFile = 'asset-bundles.json';
32
33
// Compiled bundle config file
34
const bundleConfigFile = `./${bundleFile}`;
build/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@userfrosting/userfrosting",
3
- "version": "4.0.0",
4
- "description": "Build tool for UF 4.0",
+ "version": "4.1.0",
+ "description": "Build tool for UF 4.1",
5
"main": "index.js",
6
"repository": {
7
"type": "git",
0 commit comments