<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ecommerce &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Wed, 05 Dec 2018 09:08:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>ecommerce &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Use Grunt in Magento 2</title>
		<link>https://selmantunc.com.tr/uncategorized/how-to-use-grunt-in-magento-2/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 05 Dec 2018 09:08:18 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[Magento2]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/12/05/how-to-use-grunt-in-magento-2/</guid>

					<description><![CDATA[Grunt is a contemporany JavaScrip task runner. The purpose of Grunt is to simplifies repetitive tasks by automating linting, compilation, minification, or uni testing. You only have to configure a&#8230;]]></description>
										<content:encoded><![CDATA[<p>Grunt is a contemporany JavaScrip task runner. The purpose of Grunt is to simplifies repetitive tasks by automating linting, compilation, minification, or uni testing. You only have to configure a task runner throught a Gruntfile. This tool can easily be utilized within all possible platforms and projects.<br>Althrought Magento 2 introduces built-in Grunt tasks, there are still several steps that have to be passed.Install NodeJs in your </p>
<p>PC  <code>npm install -g grunt-cli</code> – (Install Grunt CLI tool globally)</p>
<p><br><code>npm install</code> – (Install the node.js project dependency)</p>
<p><br><code>php bin/magento cache:clean</code> – (Remove Cache)</p>
<p><br><code>grunt clean</code> – (Clean theme by command)</p>
<p><br><code></code><code>CMD command prompt with administrator privilege</code></p>
<p><br><code>grunt exec:yourthemename</code>
<br><code>grunt less:yourthemename</code></p>
<p><br><code>grunt watch</code><code>Video Tutorial - Watch the &lt;a href=&quot;https://youtu.be/xjFQu2pUZR8&quot;&gt;Video Tutorial HERE&lt;/a&gt; </code><code> </code><code>If grunt watch or the runner from Php Storm doesn&rsquo;t work you have to start again with these commands:</code><code>&lt;br&gt;php bin/magento cache:clean &ndash; (Remove Cache)</code></p>
<p><code>&lt;br&gt;grunt clean &ndash; (Clean theme by command)</code><code>CMD command prompt with administrator privilege</code></p>
<p><code>&lt;br&gt;grunt exec:yourthemename&lt;br&gt;grunt less:yourthemename&lt;br&gt;grunt watch</code></p>
<p><a href="http://joshuasoileau.com/articles/2016/06/08/how-to-use-grunt-in-magento-2.html">http://joshuasoileau.com/articles/2016/06/08/how-to-use-grunt-in-magento-2.html</a>
<br><br><a href="https://firebearstudio.com/blog/magento-2-grunt.html">https://firebearstudio.com/blog/magento-2-grunt.html</a>
<br><br><b>How to create a custom Grunt task in Magento 2</b>
<br><a href="https://inchoo.net/magento-2/how-to-create-a-custom-grunt-task-in-magento-2/">https://inchoo.net/magento-2/how-to-create-a-custom-grunt-task-in-magento-2/</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
