<?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; Build Tools</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/build-tools/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>WHAT IS THE MAIN DIFFERENCE BETWEEN WEBPACK AND OTHER BUILD TOOLS LIKE GULP OR GRUNT?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-the-main-difference-between-webpack-and-other-build-tools-like-gulp-or-grunt/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-the-main-difference-between-webpack-and-other-build-tools-like-gulp-or-grunt/#comments</comments>
		<pubDate>Thu, 17 Jan 2019 02:21:24 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Build Tools]]></category>
		<category><![CDATA[Grunt]]></category>
		<category><![CDATA[Gulp]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2839</guid>
		<description><![CDATA[<p>What is the main difference between webpack and other build tools like gulp or grunt? Webpack is a module bundler, though it is quite often used instead of Gulp or Grunt task runners. This advanced tool provides developers with control of spliting the modules, allowing them to adjust builds to particular situations and workaround solutions [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-main-difference-between-webpack-and-other-build-tools-like-gulp-or-grunt/">WHAT IS THE MAIN DIFFERENCE BETWEEN WEBPACK AND OTHER BUILD TOOLS LIKE GULP OR 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>What is the main difference between webpack and other build tools like gulp or grunt?</h4>
<p>Webpack is a module bundler, though it is quite often used instead of Gulp or Grunt task runners. This advanced tool provides developers with control of spliting the modules, allowing them to adjust builds to particular situations and workaround solutions that don’t function properly out of the box.</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 particular loaders and plugins. Essentially it is used for bundling JavaScript modules with dependencies into files, but for complex JavaScript applications with lots of non-code assets (images, fonts, CSS, etc.) it can provide great benefits.</p>
<p>Talking about Webpack vs Gulp vs Grunt performance, the two latter look into a defined path for files that match your configuration, while the Webpack analyzes the whole project. It looks through all the dependencies, processes them with loaders and produces a bundled JS file.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-main-difference-between-webpack-and-other-build-tools-like-gulp-or-grunt/">WHAT IS THE MAIN DIFFERENCE BETWEEN WEBPACK AND OTHER BUILD TOOLS LIKE GULP OR 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/what-is-the-main-difference-between-webpack-and-other-build-tools-like-gulp-or-grunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
