Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

How to configure the theme without gulp, yarn or webpack


Good day,

We are running an asp net core MVC project and recently purchased an extended license of the Craft theme from getbootstrap.com. We are trying to use the theme but are unsure where to start given we don't use node.js, gulp, yarn or webpack.

Your help would be greatly appreciated.

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


To clarify could we avoid using Gulp and just reference the scc and js files directly from the assets folder?



Hi Tony,

You should be able to refer directly to some of our js files, but not to SCSS files, you can not "attach" a SASS/SCSS file to an HTML document.

SASS/SCSS is a CSS preprocessor, using our gulp or webpack tasks you can compile SASS/SCSS to CSS which your browser understands.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



FYI, my team doesn't currently use those in our build project either. I, personally, use VS Code or Jetbrains Webstorm for modifying the SASS files and output to the folder in the project. However, you can reference and use Node, Gulp, etc from within Visual Studio in the Developer PowerShell. Just, "CD" into the _keenthemes\tools folder and follow the directions. We don't include the steps as part of our build process as it we don't plan on changing the theme often enough and don't want the thing compiling every time we build the project.



I have the same question - how do you install this without gulp, webpack etc. I just want to use the html/css/js directly, no builds, no dependencies etc.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(