nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
288 stars 145 forks source link

update Meteor release 1.3.4.1 #103

Closed alextaaa closed 8 years ago

nate-strauser commented 8 years ago

overall this looks good to me, but what's with the changes to the .less files? it's odd to change the import path in comments like that. is that something your editor did automatically?

if you can remove the .less changes and reinstate my sublime project file, i'll merge this in

thanks!

alextaaa commented 8 years ago

Hello. Thank you for feedback ) Maybe it is bug or not )) If I started Meteor and > git status, I see

modified: client/lib/custom.bootstrap.less modified: client/lib/custom.bootstrap.mixins.import.less

Maybe add files into gitignore ?

alextaaa commented 8 years ago

New pull req https://github.com/nate-strauser/wework/pull/104

nate-strauser commented 8 years ago

what OS and editor are you using? i'm thinking that the file paths are getting automatically rewritten when you open the project/directory.

i can't add those to .gitignore as they are needed for styling the app, so I do want them in the build

On Tue, Jul 5, 2016 at 4:23 PM, Alex Terpyakov notifications@github.com wrote:

Hello. Thank you for feedback ) Maybe it is bug or not )) If I started Meteor and > git status, I see

modified: client/lib/custom.bootstrap.less modified: client/lib/custom.bootstrap.mixins.import.less

Maybe add files into gitignore ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nate-strauser/wework/pull/103#issuecomment-230591855, or mute the thread https://github.com/notifications/unsubscribe/AAXyDtukMrpqbS0a7rudqJS7KkCARDoNks5qSr1RgaJpZM4JD7BV .

alextaaa commented 8 years ago

I use Windows 10 and Sublime Text 3

alextaaa commented 8 years ago

But I have all OS and can start project on Linux or on MacOs

But problem persist

nate-strauser commented 8 years ago

dupe