mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
in dev mode always pull manifest on each request add manifest build to gulp build task add react bundle to manifest generation
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
script(src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js")
|
|
script(src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js")
|
|
link(rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:400|Inconsolata")
|
|
link(rel='stylesheet', href='/bower_components/font-awesome/css/font-awesome.min.css')
|
|
link(rel='stylesheet', href=rev('/css', 'main.css'))
|
|
link(rel='stylesheet', href='/css/Vimeo.css')
|
|
// End **REQUIRED** includes
|
|
|
|
include meta
|
|
meta(charset='utf-8')
|
|
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
meta(name='csrf-token', content=_csrf)
|
|
script.
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-55446531-1', 'auto');
|
|
ga('require', 'displayfeatures');
|
|
ga('send', 'pageview');
|