https://github.com/mjamilasfihani/codeigniter-4-assets-generator
This library help you to generate HTML5 standard template, also generate CSS, JS and META too.
https://github.com/mjamilasfihani/codeigniter-4-assets-generator
codeigniter4-library css generator js
Last synced: 3 months ago
JSON representation
This library help you to generate HTML5 standard template, also generate CSS, JS and META too.
- Host: GitHub
- URL: https://github.com/mjamilasfihani/codeigniter-4-assets-generator
- Owner: mjamilasfihani
- License: mit
- Created: 2021-06-24T06:03:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T17:17:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T01:13:17.157Z (8 months ago)
- Topics: codeigniter4-library, css, generator, js
- Language: PHP
- Homepage:
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIgniter 4 Assets Generator
     
CSS and JS / assets generator for CodeIgniter 4 (mini version of BHPGenerator).
This library only need one file to be loaded.
Open `AssetsLoader.php` and you will see the prototype there (for pre-loader page, if you set to true the jQuery will be autoloaded).
Tips : Change your default route to `Landing.php` and it will display Coming Soon page. So you can more focus to finish your project :)