Git Product home page Git Product logo

sprockets-loader's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

sprockets-loader's Issues

webpack-dev-server && coffeescript

Hello!

First of all: thank you for making sprockets-loader! It's saving me a bunch of time using webpack with a ton of sprocket directives.

I've noticed a couple of things which I'm unsure whether is a bad configuration on my part or just supported (yet?):

  • Coffeescript files with sprocket directives are not pre-loaded with sprockets-loader on webpack-dev-server?

e.g.

entry point: entry.js

//= require some_coffee_file.coffee

coffeescript file with sprockets directive: some_coffee_file.coffee

#= require some_dependency

class Foo
  constructor: ->
    console.log 'making foooooo'

According to Chrome dev tools, the coffeescript being evaluated is exactly the same as the source. I am under the assumption that it should have been pre-loaded and have the #= require some_dependency translated to require('some_dependency').

I looked through the source code and it seems to have the appropriate matchers for coffeescript -- even ran a simple example with a coffeescript entry point. This leads me to believe it must be some compatibility issue with webpack-dev-server.

I'm not really sure how webpack-dev-server works so I was hoping for some clarification / acknowledgement of the issue. In the mean time, I'll try to get my rails project working without the webpack-dev-server.

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.