app.locals.config = require('./config');
<script>var config = <%= JSON.stringify(config) %></script>
app.Collections.contentCollection = Backbone.Collection.extend({
url: 'main/cloth',
initialize: function() {
this.fetch();
},
model: app.Models.content
});</code
@require './node_modules/bootstrap/bootstrap.css'
Ну и всегда можно сделать форк, поправить в package.json и поставить себе форк, указав в своем package.json
<мойНикНаГитхабе>/<имяФорка>
:)