GithubHelp home page GithubHelp logo

exclude option for rice about go.rice HOT 6 OPEN

gertcuykens avatar gertcuykens commented on June 9, 2024 3
exclude option for rice

from go.rice.

Comments (6)

GeertJohan avatar GeertJohan commented on June 9, 2024

Can you elaborate a bit on this request?
A box is supposed to be a set of resources that are required by the program, I think the box folder should only contain files that are required by the program.

from go.rice.

gertcuykens avatar gertcuykens commented on June 9, 2024

In polymer you use the vulcanize tool to import all html, js, css files into a build.html to reduce request to the server. So for example in this static directorie https://github.com/HouzuoGuo/tiedot/tree/webjwt/webcp/static I only need bower_components, js, css and the html directorie during development when not vulcanized into a build.html. If I can exclude them it would be much easier to build a final executable that only includes the build.html and img directory if needed.

from go.rice.

gertcuykens avatar gertcuykens commented on June 9, 2024

After the exclude feature, a second request would be for rice to be able to rename files in its *.rice-box.go For example rename build.html to index.html.

My final build script would then look like this

vulcanize -o static/build.html static/index.html
rice embed-go webcp.go -exclude=static/html -exclude=static/js -exclude=static/css -exclude=static/index.html -exclude=static/bower_components
rice mv-go static.rice-box.go build.html index.html
go build

from go.rice.

boombuler avatar boombuler commented on June 9, 2024

I would love to have that options too. Or include those files manually. To prevent minified html file in addition to the non-minified html file.

from go.rice.

GeertJohan avatar GeertJohan commented on June 9, 2024

I'm thinking about changing how rice embeds/appends boxes to a binary. Please read and comment on #47
This request sounds like a good idea for it.

from go.rice.

pedromorgan avatar pedromorgan commented on June 9, 2024

Also maybe a flag to exclude . files, eg .sass-cache etc..

from go.rice.

Related Issues (20)

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.