<?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>Pro-Tek Blog &#187; Webpack</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/webpack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WEBPACK VS GRUNT</title>
		<link>http://www.pro-tekconsulting.com/blog/webpack-vs-grunt/</link>
		<comments>http://www.pro-tekconsulting.com/blog/webpack-vs-grunt/#comments</comments>
		<pubDate>Tue, 30 Oct 2018 06:14:06 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Grunt]]></category>
		<category><![CDATA[Webpack]]></category>
		<category><![CDATA[Webpack VS Grunt]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2702</guid>
		<description><![CDATA[<p>Webpack VS Grunt GRUNT GruntJS is a command-line tool for front-end developers to run predefined repetitive tasks. Whereas, tasks are defined declaratively with configuration objects, which are controlled by plugins to keep the core package at a sufficient size. It is used to automate JavaScript workflows like concatenating and minifying JS files, carrying out tests, [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/webpack-vs-grunt/">WEBPACK VS GRUNT</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Webpack VS Grunt</h4>
<p><strong>GRUNT</strong></p>
<p>GruntJS is a command-line tool for front-end developers to run predefined repetitive tasks. Whereas, tasks are defined declaratively with configuration objects, which are controlled by plugins to keep the core package at a sufficient size. It is used to automate JavaScript workflows like concatenating and minifying JS files, carrying out tests, refreshing browser to upload script changes and much more.</p>
<p><strong>WEBPACK</strong></p>
<p>At first, Webpack is a module bundler, though it is quite often used instead of Grunt task runners. This advanced tool provides developers with control over how it splits the modules, allowing them to adjust builds to certain situations and workaround solutions that do not function properly out of the box.</p>
<p><img class="aligncenter size-medium wp-image-2705" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/10/Webpack-VS-Grunt-300x246.jpg" alt="Webpack VS Grunt" width="300" height="246" /></p>
<p>Comparing Webpack vs Grunt, the first of those offers more flexibility and advanced functionality for modern front-end projects. It comes with a functional core and can be extended using specific loaders and plugins. Fundamentally it is used for bundling JavaScript modules with dependencies into files, but for difficult JavaScript applications with lots of non-code assets it can provide great benefits.</p>
<p>In this article we are going to explain the major differences between Grunt and Webpack and also the cons of each command-line tool.</p>
<p><strong>PROS</strong></p>
<p><img class="aligncenter size-medium wp-image-2703" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/10/Webpack-VS-GRUNT-268x300.png" alt="Webpack VS GRUNT" width="268" height="300" /></p>
<p><strong>CONS</strong></p>
<p><img class="aligncenter size-medium wp-image-2704" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/10/differences-between-Grunt-and-Webpack-300x189.png" alt="differences between Grunt and Webpack" width="300" height="189" /></p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/webpack-vs-grunt/">WEBPACK VS GRUNT</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/webpack-vs-grunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
