# Possible reordering of main.css and main.js rendering

**URL:** https://discourse.roots.io/t/possible-reordering-of-main-css-and-main-js-rendering/4102
**Category:** sage
**Tags:** gulp
**Created:** 2015-06-23T11:58:55Z
**Posts:** 15
**Showing post:** 14 of 15

## Post 14 by @promptdev — 2015-06-26T17:06:34Z

@govnaah nevermind got it working… it resumes to what @austin suggested:  
overriding jasny-bootstrap `main` and `dependencies`

```
"overrides": {
    "modernizr": {
      "main": "./modernizr.js"
    },
    "jasny-bootstrap": {
      "main": [
        "./dist/css/jasny-bootstrap.css",
		"./dist/js/jasny-bootstrap.js"
      ],
      "dependencies": {
	    "jquery": ">= 1.9.0",
	    "bootstrap-sass-official": "3.3.5"
	  }
    }
```

---

_[View the full topic](https://discourse.roots.io/t/possible-reordering-of-main-css-and-main-js-rendering/4102)._
