I created my project without linker flag because I didnt know that was important thing when you run production mode. Now, I created a linker and moved folders js, styles and templates.
First, my importer.less:
@import 'assets/styles/styles.less';
But now I changed:
@import 'assets/linker/styles/styles.less';
But doesn't work, both modes, developer and production.