Skip to content

Commit 0362ff4

Browse files
committed
Changed bundle.config.json to asset-bundles.json in gulpfile
1 parent eb837d6 commit 0362ff4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const sprinkles = ['core'].concat(require(`${sprinklesSchemaPath}`)['base']);
2828
const publicAssetsDir = '../public/assets/';
2929

3030
// name of the bundle file
31-
const bundleFile = 'bundle.config.json';
31+
const bundleFile = 'asset-bundles.json';
3232

3333
// Compiled bundle config file
3434
const bundleConfigFile = `./${bundleFile}`;

build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@userfrosting/userfrosting",
3-
"version": "4.0.0",
4-
"description": "Build tool for UF 4.0",
3+
"version": "4.1.0",
4+
"description": "Build tool for UF 4.1",
55
"main": "index.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)