ultimate-jekyll-manager 0.0.20 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/defaults/dist/_includes/app/global/foot-pre-bundle.html +1 -0
- package/dist/defaults/dist/_includes/app/global/foot.html +1 -0
- package/dist/defaults/dist/_includes/app/global/head-pre-bundle.html +1 -0
- package/dist/defaults/dist/_includes/app/global/head.html +1 -0
- package/dist/defaults/dist/_includes/app/misc/ads.txt +0 -0
- package/dist/defaults/dist/_includes/app/misc/budget.json +0 -0
- package/dist/defaults/dist/_includes/app/misc/manifest.json +0 -0
- package/dist/defaults/dist/_includes/app/misc/robots.txt +0 -0
- package/dist/gulp/main.js +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!-- App Foot Content (pre-bundle) -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!-- App Foot Content -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!-- App Head Content (pre-bundle) -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!-- App Head Content -->
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/gulp/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultimate-jekyll-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"description": "Ultimate Jekyll dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"projectScripts": {
|
|
25
25
|
"preinstall": "bundle install && bundle update",
|
|
26
|
-
"start": "npx uj setup && bundle exec npm run gulp --",
|
|
26
|
+
"start": "npx uj clean && npx uj setup && bundle exec npm run gulp --",
|
|
27
27
|
"gulp": "gulp --cwd ./ --gulpfile ./node_modules/ultimate-jekyll-manager/dist/gulp/main.js",
|
|
28
|
-
"build": "UJ_BUILD_MODE=true npx uj setup && bundle exec npm run gulp -- build"
|
|
28
|
+
"build": "UJ_BUILD_MODE=true npx uj clean && npx uj setup && bundle exec npm run gulp -- build"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": "22",
|