-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify CSS Banners #16
Conversation
Test and if possile make css banners use gulp-header-comment package instead of the gulp-replace package.
gulp-header-comment pkg is not working as expected with PHP files. Looking for a plugin that will work properly with any file. |
Added gulp-banner pkg and adjusted code in relevant files for parsing PHP files. This module is working much better than the previous, and has been tested numerous times with the PHP dev build function. No issues or errors detected. Next we will work on modifying files fo JS dev files and see how well this pkg works for JS files. |
JS build scripts and banner modified to work with gulp-banner pkg. Tested with no issues or errors detected. Next: Fix SCSS --> CSS build files and banners. |
SCSS-->CSS build scripts modified to use gulp-banner. Everything works as should with no errors. |
Test and if possile make css banners use gulp-header-comment package instead of the gulp-replace package.