I made a custom scaffold in a subdir, i personnalize views with twig, (eg : php oil generate scaffold/custom monkey something:text) but there still is something left : i want my views to have twig extension (logical)
I spotted the line, it's this little guy in packages/oil/class/generate/generate.php l.521
Now you have mapped to Oil\Generate class to your copy in fuel/app, instead of the one in the oil package. Now change whatever needs changing in your copy.