wet-boew / wet-boew-styleguide

A style guide for the Web Experience Toolkit.
http://wet-boew.github.io/wet-boew-styleguide/index-en.html
36 stars 32 forks source link

Web 4.0.1 Templates #124

Closed bmoretton closed 10 years ago

bmoretton commented 10 years ago

I downloaded the 4.0.1 source files for the Government of Canada Web Usability templates. When I open the content_en page in Dreamweaver in code view, it just looks like one continuous block of text with a few line breaks. Am I doing something wrong? There's also no mega menu placeholder on the sample page. Do I have the correct files?

pjackson28 commented 10 years ago

@bmoretton Those are the minified HTML files (to keep file size low on production sites). You probably want to look at the unminified files in the unmin directory (although are encourage to minify the final files once going into production).

As for the mega menu placeholder, the menu bar is there in the HTML source and will be replaced by the menu include file on page load.

pjackson28 commented 10 years ago

Closing since issue was refiled in wet-boew/GCWeb#699