josephtan / node-pattern-lab

Pattern lab io node solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern Lab node solution with gulp

Pattern lab framework without PHP executable files

Modified source of pattern-lab framework to include scss files, gulp-concat and gulp-minify to concat and minify all js files from development to production.

source : https://github.com/pattern-lab/patternlab-node

Notes

  • Do not include package-Gruntfile.js & package.grunt.json unless using grunt is preferred for your project. In doing so rename the current package.json to package.gulp.json and 'package.grunt.json' to 'package.json'.
  • When package-Gruntfile.js is renamed to gruntfile.js the 'gruntfile' needs to be modified to complie .scss files and .js concat files, add the required devDependencies in package.json as needed

About

Pattern lab io node solution

License:MIT License


Languages

Language:JavaScript 79.5%Language:CSS 10.8%Language:HTML 9.6%