Can't find information about JavaScript usage with Compass, in configuration i found an "javascript_dir" options, but dont know how to use it. Can somebody please explain for what this option is here, and how to use it with .scss files?
Can't find information about JavaScript usage with Compass, in configuration i found an "javascript_dir" options, but dont know how to use it. Can somebody please explain for what this option is here, and how to use it with .scss files?
Share edited Oct 29, 2012 at 9:03 AntonNiklasson 1,7491 gold badge15 silver badges29 bronze badges asked Oct 29, 2012 at 7:43 LittlebobbydroptablesLittlebobbydroptables 3,7419 gold badges52 silver badges81 bronze badges 1- 4 JavaScript doesn't interact with Sass in any meaningful way. Modules can provide JS files as part of their package: pass-style/help/tutorials/extensions – cimmanon Commented Oct 29, 2012 at 13:14
1 Answer
Reset to default 11The ment above is correct, Compass and Sass don't normally interact with JS. It is possible for someone to include JS in a pass plugin, in which case Compass needs to know where those files should go when you install the plugin. That's the only use for the "javascript_dir" at this point. If you aren't installing any plugins with JS, you can ignore it.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1741349306a4342064.html
评论列表(0条)