Giter Site home page Giter Site logo

Comments (7)

johan-v-r avatar johan-v-r commented on August 14, 2024

Hi there - have you also disabled the default files?

<PropertyGroup>
  <!-- take full-control -->
  <EnableDefaultSassItems>false</EnableDefaultSassItems>  
</PropertyGroup>

from libsassbuilder.

johan-v-r avatar johan-v-r commented on August 14, 2024

Just another thought here... If you never want those files to compile to *.css (kinda like variable files) you could prefix them with an underscore. **/_* files are already excluded by default

from libsassbuilder.

mormarijn avatar mormarijn commented on August 14, 2024
<PropertyGroup>
  <!-- take full-control -->
  <EnableDefaultSassItems>false</EnableDefaultSassItems>  
</PropertyGroup>

Ah, that did the track, only thing with this is that those excluded *.scss files disappear from my cs proj (hidden so to say). Is that the way it's supposed to work?

Thanks for your help!

from libsassbuilder.

johan-v-r avatar johan-v-r commented on August 14, 2024

Perhaps the file path or some config in your .csproj file?
Can you post your .csproj config or create a repro project?

from libsassbuilder.

JelleHissink avatar JelleHissink commented on August 14, 2024

I find it a bit scary to use BuildingInsideVisualStudio, as this might result in a different build experience inside of VS and on the commandline.
VS uses the includes to build the project view, but also runs msbuild within its context. So if you would use BuildingInsideVisualStudio I think the build would also include those items.

from libsassbuilder.

johan-v-r avatar johan-v-r commented on August 14, 2024

Thanks for the feedback! I've left comments on the PR #28
I'm gonna try to test & complete it this weekend, so any further suggestions/concerns please share on the PR.

from libsassbuilder.

johan-v-r avatar johan-v-r commented on August 14, 2024

@mormarijn v1.6.4 should solve the hidden files issue.

from libsassbuilder.

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.