Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sass::SyntaxError: File to import not found or unreadable: bootstrap. #315

Closed
myfear opened this issue Jul 5, 2013 · 16 comments
Closed
Assignees
Milestone

Comments

@myfear
Copy link

myfear commented Jul 5, 2013

Using -i -f bootstrap leads to a

ERROR: Failed to render: /stylesheets/styles.scss
Sass::SyntaxError: File to import not found or unreadable: bootstrap.
Load paths:

on Windows ...

The resulting css does include the styles ...

/* line 19, ../../../../jruby-1.7.4/lib/ruby/gems/shared/gems/bootstrap-sass-2.3.2.0/vendor/assets/stylesheets/bootstrap/_reset.scss */

@mojavelinux
Copy link
Member

I witnessed this happen during a workshop. It doesn't seem to happen on all platforms. It may be specific to Windows.

@LightGuard
Copy link
Member

Is this only on JRuby on windows? Can we recreate it on linux / mac?

@myfear
Copy link
Author

myfear commented Jul 26, 2013

Hi, haven't seen it on linux. Seems to be a windows only thing.

@LightGuard
Copy link
Member

Hrm. Okay, I don't have a windows box (old 98 VM though) to test with. 

Sent from Mailbox for iPhone

On Thu, Jul 25, 2013 at 10:39 PM, Markus Eisele notifications@github.com
wrote:

Hi, haven't seen it on linux. Seems to be a windows only thing.

Reply to this email directly or view it on GitHub:
#315 (comment)

@myfear
Copy link
Author

myfear commented Jul 29, 2013

Ok, I have to clarify this a bit.
The initial command -i -f works fine.

The error happens during startup of the development server with awestruct -d

Here is a complete output with --verbose flag:

D:\temp\test2>awestruct -d --verbose
Using profile: development
**Generating site: http://localhost:4242
ERROR: Failed to render: /stylesheets/styles.scss
Sass::SyntaxError: File to import not found or unreadable: bootstrap.**
Load paths:
  D:/jruby-1.7.4/lib/ruby/gems/shared/gems/compass-0.12.2/frameworks/blueprint/stylesheets
  D:/jruby-1.7.4/lib/ruby/gems/shared/gems/compass-0.12.2/frameworks/compass/stylesheets
  D:/temp/test2/stylesheets
D:/temp/test2/stylesheets/styles.scss:5
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/import_node.rb:67:in `import'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/import_node.rb:28:in `imported_file'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/import_node.rb:37:in `css_import?'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:217:in `visit_import'
org/jruby/RubyBasicObject.java:1709:in `__send__'
org/jruby/RubyKernel.java:2213:in `send'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `visit_children'
org/jruby/RubyArray.java:2417:in `map'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `visit_children'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:109:in `visit_children'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
org/jruby/RubyBasicObject.java:1709:in `__send__'
org/jruby/RubyKernel.java:2213:in `send'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
org/jruby/RubyBasicObject.java:1709:in `__send__'
org/jruby/RubyKernel.java:2213:in `send'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:7:in `visit'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/root_node.rb:20:in `render'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/engine.rb:315:in `_render'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/engine.rb:262:in `render'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/tilt-1.4.1/lib/tilt/css.rb:24:in `evaluate'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/tilt-1.4.1/lib/tilt/template.rb:103:in`render'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/handlers/base_tilt_handler.rb:109:in `rendered_content'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/page.rb:134:in `rendered_content'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:312:in `generate_page'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:291:in `generate_output'
org/jruby/RubyArray.java:1617:in `each'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:286:in `generate_output'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:72:in `run'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/generate.rb:20:in `run'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invoker.rb:103:in `invoke_generate'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invoker.rb:47:in `invoke!'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/bin/awestruct:9:in `(root)'
org/jruby/RubyKernel.java:1073:in `load'
D:\jruby-1.7.4\bin\awestruct:23:in `(root)'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/page.rb:149:in `rendered_content'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:312:in `generate_page'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:291:in `generate_output'
org/jruby/RubyArray.java:1617:in `each'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:286:in `generate_output'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb:72:in `run'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/generate.rb:20:in `run'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invoker.rb:103:in `invoke_generate'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invoker.rb:47:in `invoke!'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/bin/awestruct:9:in `(root)'
org/jruby/RubyKernel.java:1073:in `load'
D:\jruby-1.7.4\bin\awestruct:23:in `(root)'
[Listen warning]:
The blocking parameter of Listen::Listener#start is deprecated.
Please use Listen::Adapter#start for a non-blocking listener and Listen::Listene
r#start! for a blocking one.

[Listen warning]:
  Listen will be polling for changes. Learn more at https://github.com/guard/lis
ten#polling-fallback.

[2013-07-29 14:03:13] INFO  WEBrick 1.3.1
[2013-07-29 14:03:13] INFO  ruby 1.9.3 (2013-05-16) [java]
[2013-07-29 14:03:13] INFO  WEBrick::HTTPServer#start: pid=3532 port=4242

@LightGuard
Copy link
Member

What does the _ext/pipeline.rb look like after generation?

On Mon, Jul 29, 2013 at 6:04 AM, Markus Eisele notifications@github.comwrote:

Ok, I have to clarify this a bit.
The initial command -i -f works fine.

The error happens during startup of the development server with awestruct
-d

Here is a complete output with --verbose flag:

D:\temp\test2>awestruct -d --verbose
Using profile: development
Generating site: http://localhost:4242
ERROR: Failed to render: /stylesheets/styles.scss
Sass::SyntaxError: File to import not found or unreadable: bootstrap.

Load paths:

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/compass-0.12.2/frameworks/blueprint/s
tylesheets

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/compass-0.12.2/frameworks/compass/sty
lesheets
D:/temp/test2/stylesheets
D:/temp/test2/stylesheets/styles.scss:5

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/import_node.rb
:67:in import'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/import_node.rb
:28:inimported_file'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/import_node.rb
:37:in css_import?'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:217:invisit_import'
org/jruby/RubyBasicObject.java:1709:in send'
org/jruby/RubyKernel.java:2213:insend'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.
rb:37:in visit'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:100:invisit'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.
rb:53:in visit_children'
org/jruby/RubyArray.java:2417:inmap'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.
rb:53:in visit_children'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:109:invisit_children'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:121:in with_environment'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:108:invisit_children'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.
rb:37:in visit'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:128:invisit_root'
org/jruby/RubyBasicObject.java:1709:in send'
org/jruby/RubyKernel.java:2213:insend'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/base.
rb:37:in visit'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:100:invisit'
org/jruby/RubyBasicObject.java:1709:in send'
org/jruby/RubyKernel.java:2213:insend'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/visitors/perfo
rm.rb:7:in visit'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/tree/root_node.rb:2
0:inrender'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/engine.rb:315:in
_
render'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/sass-3.2.9/lib/sass/engine.rb:262:in
r
ender'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/tilt-1.4.1/lib/tilt/css.rb:24:in
evalu
ate'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/tilt-1.4.1/lib/tilt/template.rb:103:in
render'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/handlers/
base_tilt_handler.rb:109:in rendered_content'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/page.rb:1
34:inrendered_content'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:312:in generate_page'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:291:ingenerate_output'
org/jruby/RubyArray.java:1617:in each'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:286:ingenerate_output'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:72:in run'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/gener
ate.rb:20:inrun'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invok
er.rb:103:in invoke_generate'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invok
er.rb:47:ininvoke!'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/bin/awestruct:9:in
(ro
ot)'
org/jruby/RubyKernel.java:1073:inload'
D:\jruby-1.7.4\bin\awestruct:23:in (root)'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/page.rb:1
49:inrendered_content'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:312:in generate_page'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:291:ingenerate_output'
org/jruby/RubyArray.java:1617:in each'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:286:ingenerate_output'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/engine.rb
:72:in run'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/gener
ate.rb:20:inrun'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invok
er.rb:103:in invoke_generate'

D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/lib/awestruct/cli/invok
er.rb:47:ininvoke!'
D:/jruby-1.7.4/lib/ruby/gems/shared/gems/awestruct-0.5.2/bin/awestruct:9:in
(ro
ot)'
org/jruby/RubyKernel.java:1073:inload'
D:\jruby-1.7.4\bin\awestruct:23:in `(root)'
[Listen warning]:
The blocking parameter of Listen::Listener#start is deprecated.
Please use Listen::Adapter#start for a non-blocking listener and
Listen::Listene
r#start! for a blocking one.

[Listen warning]:
Listen will be polling for changes. Learn more at
https://github.com/guard/lis
ten#polling-fallback.

[2013-07-29 14:03:13] INFO WEBrick 1.3.1
[2013-07-29 14:03:13] INFO ruby 1.9.3 (2013-05-16) [java]
[2013-07-29 14:03:13] INFO WEBrick::HTTPServer#start: pid=3532 port=4242


Reply to this email directly or view it on GitHubhttps://github.com//issues/315#issuecomment-21715256
.

Jason Porter
http://en.gravatar.com/lightguardjp

@myfear
Copy link
Author

myfear commented Jul 30, 2013

Here we go :)

Awestruct::Extensions::Pipeline.new do

extension Awestruct::Extensions::Posts.new '/news'

extension Awestruct::Extensions::Indexifier.new

Indexifier must come before Atomizer

extension Awestruct::Extensions::Atomizer.new :posts, '/feed.atom'

end

@LightGuard
Copy link
Member

Looks to me like what you're missing is

require 'bootstrap-sass'

At the top of that pipeline. In
http://awestruct.org/getting_started/#setting-up-your-dependencies under
the IMPORTANT call out you can see we point it out. We're going to be
working on crafting better documentation as we go. See if this fixes your
issue.

@mojavelinux
Copy link
Member

Jason,

I wonder if the substitution that is performed during the site creation is
not succeeding properly on Windows.

    def perform(dir)
      file = File.join(dir, @path)
      File.open(file, 'r') do |old|
        File.unlink(file)
        File.open(file, 'w') do |new|
          @libs.each do |lib|
            new.write "require '#{lib}'\n"
          end
          new.write old.read
        end
      end
    end

It's either the fact that the file is being opened twice or that the unlink
is somehow not working. I think this should be changed to:

  • read the whole file into a variable then close it
  • make the change by modifying the contents of the variable
  • write the contents of the variable to the file in overwrite mode

I'm almost certain this is the issue.

-Dan

On Tue, Jul 30, 2013 at 11:14 AM, Jason Porter notifications@github.comwrote:

Looks to me like what you're missing is

require 'bootstrap-sass`

At the top of that pipeline. In
http://awestruct.org/getting_started/#setting-up-your-dependencies under
the IMPORTANT call out you can see we point it out. We're going to be
working on crafting better documentation as we go. See if this fixes your
issue.

On Tue, Jul 30, 2013 at 5:00 AM, Markus Eisele notifications@github.comwrote:

Here we go :)

Awestruct::Extensions::Pipeline.new do

extension Awestruct::Extensions::Posts.new '/news'

extension Awestruct::Extensions::Indexifier.new

Indexifier must come before Atomizer

extension Awestruct::Extensions::Atomizer.new :posts, '/feed.atom'

end


Reply to this email directly or view it on GitHub<
https://github.com/awestruct/awestruct/issues/315#issuecomment-21783450>
.

Jason Porter
http://en.gravatar.com/lightguardjp

Reply to this email directly or view it on GitHubhttps://github.com//issues/315#issuecomment-21806733
.

Dan Allen | http://google.com/profiles/dan.j.allen

@mojavelinux
Copy link
Member

I'm working on getting a complimentary Azure account dedicated for the
Awestruct and Asciidoctor projects. We need to be able to run continuous
integration and it needs to be accessible to the community.

-Dan

On Thu, Jul 25, 2013 at 10:41 PM, Jason Porter notifications@github.comwrote:

Hrm. Okay, I don't have a windows box (old 98 VM though) to test with.

Sent from Mailbox for iPhone

On Thu, Jul 25, 2013 at 10:39 PM, Markus Eisele notifications@github.com

wrote:

Hi, haven't seen it on linux. Seems to be a windows only thing.

Reply to this email directly or view it on GitHub:
#315 (comment)


Reply to this email directly or view it on GitHubhttps://github.com//issues/315#issuecomment-21601170
.

Dan Allen | http://google.com/profiles/dan.j.allen

@LightGuard
Copy link
Member

Yes we do. This would be very welcome. 

Sent from Mailbox for iPhone

On Tue, Jul 30, 2013 at 6:28 PM, Dan Allen notifications@github.com
wrote:

I'm working on getting a complimentary Azure account dedicated for the
Awestruct and Asciidoctor projects. We need to be able to run continuous
integration and it needs to be accessible to the community.
-Dan
On Thu, Jul 25, 2013 at 10:41 PM, Jason Porter notifications@github.comwrote:

Hrm. Okay, I don't have a windows box (old 98 VM though) to test with.

Sent from Mailbox for iPhone

On Thu, Jul 25, 2013 at 10:39 PM, Markus Eisele notifications@github.com

wrote:

Hi, haven't seen it on linux. Seems to be a windows only thing.

Reply to this email directly or view it on GitHub:
#315 (comment)


Reply to this email directly or view it on GitHubhttps://github.com//issues/315#issuecomment-21601170
.

Dan Allen | http://google.com/profiles/dan.j.allen

Reply to this email directly or view it on GitHub:
#315 (comment)

@myfear
Copy link
Author

myfear commented Jul 31, 2013

@LightGuard you're right. Adding that "require" Statement is working. I actually missed that part which is kind of annoying. The only feedback I can give is, that this is a usability issue. I am (mostly) aware of the fact that you reduced the required dependencies with making more stuff optional but the error message is not really helpful and even worse: The development server actually includes the relevant css to the generated sources.
Isn't there a good way of making this error either more descriptive or simply make it disappear by working around the pipeline.rb?
From a user point of view I expect to be able to jump in the pipeline if necessary but not required to edit it (especially not if I run a command like -f bootstrap which clearly states that I want to use "bootstrap-sass") ..

Thanks for looking into it anyway,

  • M

@LightGuard
Copy link
Member

In version 0.5.3 this is taken care of, the require statement is
automatically added when you generate a new site. Also
#285 should address this as
well.

On Tue, Jul 30, 2013 at 10:05 PM, Markus Eisele notifications@github.comwrote:

@LightGuard https://github.com/LightGuard you're right. Adding that
"require" Statement is working. I actually missed that part which is kind
of annoying. The only feedback I can give is, that this is a usability
issue. I am (mostly) aware of the fact that you reduced the required
dependencies with making more stuff optional but the error message is not
really helpful and even worse: The development server actually includes the
relevant css to the generated sources.
Isn't there a good way of making this error either more descriptive or
simply make it disappear by working around the pipeline.rb?
From a user point of view I expect to be able to jump in the pipeline if
necessary but not required to edit it (especially not if I run a
command like -f bootstrap which clearly states that I want to use
"bootstrap-sass") ..

Thanks for looking into it anyway,

  • M


Reply to this email directly or view it on GitHubhttps://github.com//issues/315#issuecomment-21838894
.

Jason Porter
http://en.gravatar.com/lightguardjp

@mojavelinux
Copy link
Member

Markus, to clarify the script is supposed to be adding this line but for
some reason (which I may have uncovered) the file is written incorrectly
when awestruct -i is run on Windows.

By design, it's supposed to just work. We'll make sure it does ;)

@myfear
Copy link
Author

myfear commented Jul 31, 2013

Thanks! And sorry for the trouble!

@myfear myfear closed this as completed Jul 31, 2013
@mojavelinux
Copy link
Member

No trouble at all. In fact, thank you for reporting it!

Btw, this is still open. I may have discovered the issue, but we haven't yet applied the fix and verified it.

@mojavelinux mojavelinux reopened this Jul 31, 2013
LightGuard added a commit to LightGuard/awestruct that referenced this issue Jul 31, 2013
Also a little bit of formatting.
@ghost ghost assigned LightGuard Jul 31, 2013
LightGuard added a commit that referenced this issue Aug 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants