trailsjs / generator-trails-old

:package: Trails Generator.
Other
6 stars 8 forks source link

Indentation of inserted trail packs is missing. #57

Open fahrradflucht opened 8 years ago

fahrradflucht commented 8 years ago

When generating a new trails app, the trail packs that get inserted into main.js (orm and blueprint) are not indented.

jaumard commented 8 years ago

Closed by https://github.com/trailsjs/generator-trails/commit/1f48ef8f3554061e05bd32ab4342e562628c1ac6

disciple-dev commented 7 years ago

@jaumard this is still the case, here's a fresh install I just did, from config/main.js:

  packs: [
    require('trailpack-core'),
    require('trailpack-repl'),
    require('trailpack-router'),
    require('trailpack-express'), 
require('trailpack-mongoose')
  ],

Not a big deal, but it means that a newly generated trails app will fail npm test out of the gate.