336 questions
-1
votes
4
answers
3k
views
VS code html5 boilerplate "Unknown word (CssSyntaxError)stylelint(CssSyntaxError)"
enter image description herethere is a red line showing in my html boilerplate VScode. this shows when I hover over it (Unknown word (CssSyntaxError)stylelint(CssSyntaxError).
Beginner level stuff I ...
1
vote
1
answer
355
views
How can I save my own html boilerplate for future use shortcut?
I know we have this '!' shortcut so as to automatically fill in a standard html boilerplate.
But I want to add one line to it() and save this form for future use - how to do that?
0
votes
1
answer
207
views
Atom creating double angle brackets
Why does my Atom makes double brackets when I enter auto input on, I have installed packages for Atom.
double brackets
1
vote
4
answers
13k
views
The Boilerplate code is not completing automatically in VScode
Earlier, the boilerplate code got automatically completed after writing <DOCTYPE html>, but now it's not working and I've to write the boiler plate code myself every-time.
I've tried:
Using HTML ...
2
votes
0
answers
370
views
How to add require() in HTML5 Boilerplate
I am trying to add require() in HTML5 boilerplate but it doesn't work.
I get error - Uncaught ReferenceError: require is not defined in browser console.
I did npm i require, then -
.eslintrc.js
...
0
votes
1
answer
450
views
I did npm install html5-boilerplate, what does means in README.md 'pull'?
1. Summarize the problem
With this project: html5-boilerplate, is there a README or getting started guide anywhere?
I did: $npm install html5-boilerplate and setup an IDE project, at this point how ...
0
votes
1
answer
396
views
html5 boilerplate custom template
Good evening, I'm using the html5 boilerplate for the first time. After I downloaded the zip and I have two questions. First is: Can I delete the files that doesn't necessary for my website?. The ...
0
votes
1
answer
842
views
How to get npm lite server serve full content of my webpage?
I installed html5-boilerplate and the lite-server modules using npm install html5-boilerplate --save-dev and npm install lite-server --save-dev respectively.
I had to copy index.html from the ...
1
vote
1
answer
524
views
when using double buffering to draw image on canvas, cannot get the complete image?
this is my code, i use two canvas to drawimage to avoid flickering, but i cant get the full image when use this way, anyone can help please?
if i only use one canvas the image display fine, it seems ...
0
votes
1
answer
959
views
.htaccess file in Jekyll blog
I am trying to resolve the "leverage browser caching" warning for my jekyll blog. I have consulted the HTML5 boilerplate github and cloned the project. I then copied over the .htaccess file into the ...
0
votes
1
answer
332
views
html5boilerplate site for both desktop and mobile browsers
I've created a very simple site which has a nav bar and a set of static pages. I did this using html5boilerplate as a starting point and then added my pages in. It looks great on desktop browsers!
...
-1
votes
1
answer
761
views
Why does HTML5 Boilerplate need jQuery? What does it do?
I am working on improving my CSS skills. For a new personal practice project, instead of a larger front-end framework, I decided to go with HTML5 Boilerplate.
I see in the project website and the ...
17
votes
2
answers
11k
views
How high in the <head> section can you safely put the Google Tag Manager code?
Google Tag Manager instructs developers to:
Paste this code [THE TRACKING CODE] as high in the <head> of the page
as possible:
<!-- Google Tag Manager -->
<script>(...
0
votes
2
answers
368
views
I do not need support for older browser then IE11 do I need modernizr?
I have came to know about H5BP and modernizr. now I have developed website which is made in flexbox and I do not want support for older browser then IE11. (coz I do not care for IE 6 to 10).
now I ...
0
votes
1
answer
356
views
why html5boilerplate is stuck to V5.3.0 with old version of all Bootstrap, normalize & modernizr?
I just noticed that when I download html5boilerplate V5.3.0 it comes with
Bootstrap v3.3.1 (but Bootstrap v3.3.7 is available)
normalize.css v3.0.2 (but normalize.css 7.0.0 is available)
modernizr 2.8....