Coder Social home page Coder Social logo

Comments (8)

jfrux avatar jfrux commented on July 28, 2024

Ya... so... figured out that if I just do

//=require ./file

it works fine but if I do

/*
*=require ./file
*/

it fails... on windows...

Mac OS X parses the directives fine either way...
Wondering if the regex is having trouble interpreting line breaks in on windows?

from mincer.

ixti avatar ixti commented on July 28, 2024

Hmm. it's looks like so

from mincer.

ixti avatar ixti commented on July 28, 2024

I don't have Windows to test. But I'm pretty sure it's related to the line breaks.

from mincer.

ixti avatar ixti commented on July 28, 2024

Please close an issue if your problem is solved.

from mincer.

jfrux avatar jfrux commented on July 28, 2024

Technically the problem isn't solved... :-
/*
*=require ./file
*/

should work according to your documentation.

from mincer.

jfrux avatar jfrux commented on July 28, 2024

I'd say, if anything, this would be a bug.

from mincer.

ixti avatar ixti commented on July 28, 2024

I got your point, but to be honest I don't have time (and even a machine) to work on Windows compatibility. If you have resources (human/time) I'll be proud to provide any help you'll need to understand where to fix what. Basically you'll need to "play" with one file only (directive processor).

from mincer.

jfrux avatar jfrux commented on July 28, 2024

Okay,
After testing and debugging on windows vs Mac I have concluded that the reason it's not parsing new lines is due to how windows handles line breaks.

The directive processor is seeing \r\n for each line on Windows and \n on Mac.

I'm not sure of the best way to fix it but my n00b mind told me to just do...

this.data = this.data.replace(/\r/g,"");

Somewhere but I'm sure that's probably a bad way to do it?

from mincer.

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.