---
layout:    layout
title:     agjCalendar&#58; gulp.js Configuration File Source
permalink: /source/gulp.js-configuration-file/
---

# gulp.js Configuration File Source

You can view the full source code for [**gulpfile.js**](https://github.com/andrewgjohnson/agjCalendar/blob/master/gulpfile.js) below.

## [gulpfile.js](https://github.com/andrewgjohnson/agjCalendar/blob/master/gulpfile.js)

{% capture source %}{% include gulpfile.js %}{% endcapture %}
<pre><code class="language-javascript">{{ source | replace: '<', '&lt;' | replace: '>', '&gt;' }}</code></pre>
