Skip to content

Commit

Permalink
Added Styleguide.html that contains inlcudes Pattern Primer markup sn…
Browse files Browse the repository at this point in the history
…ippets and Atomic Design constructs. Added css folder that contains generated CSS files from One Web Boilerplate, and uncommmented CSS references in HTML header to link to that CSS. Upgraded version number and adapted Gruntfile.js to listen to changes in styleguide.html as well.
  • Loading branch information
akikoo committed Aug 13, 2013
1 parent 5ae859f commit 422b2a9
Show file tree
Hide file tree
Showing 84 changed files with 3,685 additions and 10 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,10 @@ module.exports = function (grunt) {
// Source-destination file mappings where the property name is the
// destination directory, and its value is the source file to
// perform replacements and includes with.
files: {
'<%= config.webroot %>/': '<%= config.webroot %>/html/index.html'
}
files: [
{'<%= config.webroot %>/': '<%= config.webroot %>/html/index.html'},
{'<%= config.webroot %>/': '<%= config.webroot %>/html/styleguide.html'}
]
}
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Grunt-Frontend-Workflow",
"version": "1.0.5",
"version": "1.0.6",
"description": "Structured, modular and test-driven front-end development and build workflow with Grunt, including common tasks such as compiling modular html patterns, compiling AMD based modules using RequireJS, watching/compiling Sass/Compass modules into CSS, watching/linting CSS/JS code, optimizing images, generating icons, generating dynamic build headers and YUIdoc documentation, and running unit tests.",
"main": "Gruntfile.js",
"author": {
Expand Down
Loading

0 comments on commit 422b2a9

Please sign in to comment.