Answer the question
In order to leave comments, you need to log in
How to pull a template built with gulp on Wordpress html?
Hello.
There is a task - to stretch the html template assembled using gulp on wordpress.
Before that, I pulled an html template that was assembled without using assemblers on wordpress and there were no problems, since everything is quite simple there. Those. all scripts and libraries were in separate files, which I connected via functions.php.
Now, the project has one js file, which in turn refers to other script and library files. I don't quite understand how to connect it. Same with css. There is one css file, which already contains bootstrap, fonts and everything else. Because of this, I get confused with the order of files and the paths to all these libraries and files.
Plus, the problem is that the html template was not assembled by me, but by another developer. I have not used assemblers before, because of this I ran into difficulties.
Tell me where you can read about the features of stretching an html template to WordPress, assembled using the gulp assembler.
Answer the question
In order to leave comments, you need to log in
There is no feature in this. If js is compiled into one file, then all you need to do is include it, without dependencies. Similarly, css. Everything else is connected as usual.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question