Answer the question
In order to leave comments, you need to log in
How to write file path patterns correctly?
There is some kind of templating system for file paths. It is often used in build systems, etc. Perhaps there is some standard (unix, shel, node.js) where to read about it?
Now there is a problem with Stylus in such a project:
project
|- module1
|- module2
|- main.styl
@require '**/*.styl'; //Такая строчка почему-то не работает
@require './**/*.styl'; //Такая тоже
@require '../project/**/*.styl'; //А эта работает
@require 'имя_модуля/**/*.styl'; //И эта тоже
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question