1.18.5 • Published 1 year ago
lifestylesolarguide v1.18.5
Webflow Compiler
Description
This Node.js application is designed for web development, integrating scripting, styling, and deployment automation using Gulp, npm, and custom setup scripts.
Installation
- Node.js: Ensure Node.js is installed.
- Clone Repository: Clone the project.
- Dependencies: Run
npm install
to install packages.
Usage
Setup
- Run
node setup.js
for initial configuration. - Inputs project name, staging URL, and production URL.
- Generates
config.json
,embed-header.txt
, andembed-footer.txt
. config.json
contains project settings used by other scripts/tasks.
Gulp Tasks
- Tasks for SCSS, script management, Git integration, and builds.
gulp build-prod
: Production build.gulp build-staging
: Staging build.- Additional tasks for specific needs.
Generating Share Links:
- The script creates URLs for JavaScript and CSS files hosted on a CDN. These URLs are specific to your project's name and are meant for production and staging environments.
- It also generates embed code for these files and saves them in embed-header.txt and embed-footer.txt. These text files contain HTML code that you can use to easily embed the generated JavaScript and CSS into your webflow pages.
npm Scripts
npm run setup
: Executes setup script.npm test
: Runs tests.npm run build
: Default Gulp build.npm run build-prod
: Gulp production build.npm run build-staging
: Gulp staging build.npm start
: Starts default Gulp task.npm run deploy
: Deploys and commits changes.
Configuration (config.json
)
debug
: Enables debug mode whentrue
, providing more detailed error messages and logs.minify
: Whentrue
, minifies CSS and JS files to reduce file size for production.productionLink
: URL of the production environment for deployment.stagingLink
: URL of the staging environment for testing before production.
Deployment
- Use specified gulp tasks for deploying to staging or production.
1.18.5
1 year ago
1.18.4
1 year ago
1.18.3
1 year ago
1.18.2
1 year ago
1.14.1
1 year ago
1.13.1
1 year ago
1.12.1
1 year ago
1.11.1
1 year ago
1.18.1
1 year ago
1.17.1
1 year ago
1.16.1
1 year ago
1.15.1
1 year ago
1.9.1
1 year ago
1.8.1
1 year ago
1.7.1
1 year ago
1.6.1
1 year ago
1.5.1
1 year ago
1.9.3
1 year ago
1.9.2
1 year ago
1.10.1
1 year ago
1.4.9
2 years ago
1.4.11
2 years ago
1.4.8
2 years ago
1.4.10
2 years ago
1.4.13
2 years ago
1.4.12
2 years ago
1.4.14
2 years ago
1.1.1
2 years ago
1.4.5
2 years ago
1.0.9
2 years ago
1.4.4
2 years ago
1.0.8
2 years ago
1.4.3
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.2.1
2 years ago
1.4.7
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.2
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago