rekit icon indicating copy to clipboard operation
rekit copied to clipboard

using --clean flag on app create has no effect

Open websmith opened this issue 7 years ago • 2 comments

Using the following command to create a "clean" app with no samples/example code.

rekit create <app-name> [--sass] [--clean]

However the --clean flag doesn't appear to do anything. I still end up with an app that has a feature directory called "examples" with all of the sample code.

I'm running rekit 2.3.3

Would love to have this feature supported, but if it isn't, maybe you could remove this flag from the docs?

websmith avatar Aug 27 '18 16:08 websmith

Yeah, it's a feature removed because it's easy to remove examples feature now. Will update the docs. Thanks.

supnate avatar Aug 28 '18 01:08 supnate

Wouldn't it be better to create a new app without any demo code. And add the demo code by passing an argument like --demo or --example?

The demo is only interesting for people which are new to rekit. After your first touch with rekit you are always will use a blank project boilerplate.

exocode avatar Dec 16 '18 17:12 exocode