Giter Site home page Giter Site logo

water's Introduction

Water

A front-end boilerplate that just flows.

What is Water?

  • Atomic Design - Atomic design methodology out-the-box, keeping you organized & ready-to-go.
  • Automation - Using tools like Gulp and Sass in order to optimize your workflow, Water takes care of the little (but annoying) stuff.
  • Living Styleguide - Water scans comments from your existing components and automagically creates (and updates) a style guide for you, using KSS StyleSheets.
  • Twig Templating - Water uses Twig, the most reliable template engine.

Gulp Tasks

Here's the list of gulp tasks included:

  • lint - Detect JS Errors
  • sass - Compile & Concat Sass
  • scripts - Minify & Concat JS
  • twig - Compile Twig templates
  • watch - Watch js, scss & twig files for changes and automatically refresh browser.
  • styleguide-build - Compile & automatically create a styleguide
  • styleguide-watch - Watch for all StyleGuide related changes
  • styleguide - Runs both styleguide-build and styleguide-watch

Note: Running gulp alone, performs all of the above.

Installation

git clone [email protected]:giologist/Water
npm install
gulp

water's People

Contributors

giologist avatar

Stargazers

José Paulino avatar Isaac Volpe avatar  avatar Adam Zwakenberg avatar Rob van den Hout avatar Micah Taylor avatar Stephen Brown avatar Henrique Carvalho da Cruz avatar Beem avatar Chris Armitage avatar Paul Schaefer avatar Benjamin Courtel avatar Benjamin Ellis avatar Christopher Moore avatar

Watchers

James Cloos avatar  avatar  avatar Mariana Paz avatar

water's Issues

TWIG Task not rendering/parsing pages to ./dist

The twig task uses the subfolders in ./src/pages and puts them in ./dist

for example : ./src/pages/index/index.twig ist delivered to ./dist/index/index.html

this is a problem as this page doesn't have the correct path to the assets as it is one folder to deep.

either the pages should not have subfolders or the twig task should deliver the renderd pages dirctly to ./dist, so that the path to the assets are correct and the dev server shows something.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.