Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/visual-framework/vf-core.git. Pull mirroring updated .
  1. Apr 17, 2019
  2. Apr 16, 2019
    • Ken Hawkins's avatar
      Refactor vf-link (#354) · 6b9429e4
      Ken Hawkins authored
      Refactors vf-link to use yaml and break out the disabled state.
      6b9429e4
    • Ken Hawkins's avatar
      Optimise gulp dev (#357) · a3017806
      Ken Hawkins authored
      * Optimise gulp dev
      
      Avoids a lot of thrashing in the generation, optimisation, and watching tasks. This was particularly painful on slower machines.
      
      * adds command for fractal to ignore sass file changes to stop a reload of the page
      
      * updates ignored path for Fractal watch to match gulp watch path
      a3017806
  3. Apr 15, 2019
    • Stuart Robson's avatar
      WIP: updates components to use yaml where possible (#338) · 31ec20ef
      Stuart Robson authored
      * updates vf-badge to use yaml more and leave the nunjucks nice and tidy
      
      * vf-badge nunjucks macro-fication
      
      * vf-badge nunjucks macro-fication
      
      * Fixed that for you 🙃
      
      * updates vf-badge to un-macro it
      
      * updates vf-badge to all the new things
      
      * updates vf-badge to all the new things
      
      * updates vf-text to use yml / nunjucks more
      
      * sanitises the yaml variables from the component name
      
      * sanitises the yaml variables from the component name and uses new data for rendering list
      
      * adds a vertical pipe for the additional class
      
      * updates box
      
      * article meta
      
      * starts on buttons
      
      * changes buttons mixin
      
      * makes a start on summary
      
      * Typos
      
      - Makes `overide` to `override`
      - Adds "https://" before demo links
      31ec20ef
  4. Apr 09, 2019
  5. Apr 08, 2019
  6. Apr 05, 2019
  7. Apr 04, 2019
    • Ken Hawkins's avatar
      Modularise fractal config · 9e67723a
      Ken Hawkins authored
      This makes the fractal config reusable across the various ways we're looking to consume fractal; some freatures added/needed:
      -  adds a callback so we can know when fractal has fully strapped and `fractal.components` is ready
      - we can ask for a build or server instatation
      - pass in where fractal should look for components
      
      This means we'll be able to: `const vfFractalBuild = require('@visual-framework/vf-core/fractal.js).initialize('server',fractalReadyCallback);` in things ranging from Eleventy to child pattern libraries.
      9e67723a
  8. Apr 02, 2019
  9. Apr 01, 2019
  10. Mar 28, 2019