0

I'm using Lineman and I have to include Modernizr.js before the body tag in my page. The regular app.js should be in its default location, at the end of the body. It happens that every javascript file I include in the project gets bundled inside app.js .

6qat
  • 826
  • 6
  • 5

1 Answers1

0

I just fugure out how to deal with this problem. I just use the "static" folder under the Lineman project. Every asset you put there gets untouched. So I created a "js" folder and put my modernizr.js file ther. In the web page, just need to reference it by "js/modernizr.js".

I'm just loving Lineman.js. Really cool!

6qat
  • 826
  • 6
  • 5