adding gulp setup for styles and javascript master
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Nov 2018 20:07:00 +0000 (15:07 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Nov 2018 20:07:00 +0000 (15:07 -0500)
commit2ef951a100085aacc0e7d30bfecd08bde479386f
treeabc17a2528765f2d473d25b0c7324998966512ac
parentf9588dd2c7fe3b23d63467474c7c4fe0a41be934
adding gulp setup for styles and javascript
15 files changed:
.babelrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nvmrc [new file with mode: 0644]
app/dist/css/glm-rooms.css [new file with mode: 0644]
app/sass/_grid.scss [new file with mode: 0644]
app/sass/_plugins.scss [new file with mode: 0644]
app/sass/app.scss [new file with mode: 0644]
app/sass/plugins/_rooms.scss [new file with mode: 0644]
glm-rooms.php
gulpfile.js [new file with mode: 0644]
package.json [new file with mode: 0644]
templates/controller.php [new file with mode: 0644]
templates/front/list.php [new file with mode: 0644]
yarn-error.log [new file with mode: 0644]
yarn.lock [new file with mode: 0644]