Giter Site home page Giter Site logo

Use locally installed pug about pug-ruby HOT 3 OPEN

yivo avatar yivo commented on June 18, 2024
Use locally installed pug

from pug-ruby.

Comments (3)

DougBeney avatar DougBeney commented on June 18, 2024 1

Very interesting.

@yivo Do you think it would be a good idea to add a way to access this in pug-ruby, such as something likePug.use :project? Then, in case someone has a complicated project setup, they could also define the project directory with something like Pug.project_directory = "src/".

from pug-ruby.

yivo avatar yivo commented on June 18, 2024

Hi @Leeds-eBooks

Yeah, this may be a problem.

pug-rails is designed in such way which allows to define multiple compiler types. I assume you want to use pug from YOUR_PROJECT_ROOT/node_modules/pug. If so it is very easy to implement. It can be achieved by adding something like Pug::LocalCompiler or Pug::IsolatedCompiler which are almost the same as Pug::SystemCompiler. Compiler will require "#{Dir.pwd}/node_modules/pug" to be present and load pug from it.

This is good question. Thanks. If this fits your needs pls let me know so I can ship release tomorrow.

from pug-ruby.

benadamstyles avatar benadamstyles commented on June 18, 2024

Yes that is what I mean! Thanks. I think your solution sounds good, but as I am using https://github.com/DougBeney/jekyll-pug as an intermediary lib between my code and pug-ruby, it might be worth checking with @DougBeney to see if he can use this config option.

from pug-ruby.

Related Issues (5)

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.