Skip to content
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

How can i change index file extension. #65

Closed
iqasim-com opened this issue Aug 29, 2019 · 1 comment
Closed

How can i change index file extension. #65

iqasim-com opened this issue Aug 29, 2019 · 1 comment

Comments

@iqasim-com
Copy link

iqasim-com commented Aug 29, 2019

I am using old version of startbootstrao-new-page
Please let me know how can i add index.php instead of index.html.

Hi i am creating a website using php, using startbootstrap-new-age theme for quick development but i am little stuck.

I have make some changes in gulpfile to run index.php instead of index.html and it's working but when i did this scss function in gulpfile (which is responsible for converting SCSS into css) is not working as expected.

gulp.task('css:compile', function() { return gulp.src('./scss/**/*.scss') .pipe(sass.sync({ outputStyle: 'expanded' }).on('error', sass.logError)) .pipe(gulp.dest('./css')) });

It's not converting the variables but working fine for simple SCSS like :
Working example
#mainNav { h1 { font-size: 20px; color: orange } }

Not Working in this condition
#mainNav { h1 { font-size: 20px; color: **$orange-color** } }

@iqasim-com iqasim-com changed the title How can i change root file extension. How can i change index file extension. Aug 29, 2019
@davidtmiller
Copy link
Member

Gulp has been dropped as of the most recent update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants