Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 4ce2bee

Browse files
author
bgantick
committed
Revert "initial"
This reverts commit 7aeb4ec.
1 parent 7aeb4ec commit 4ce2bee

33 files changed

+570
-2857
lines changed

Dockerfile

-16
This file was deleted.

LICENSE

-7
This file was deleted.

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Apostrophe boilerplate + Gulp starter pack
1+
[![Build Status](https://travis-ci.org/punkave/frontend-starter.svg?branch=feature%2Ffonts-mixin-exts)](https://travis-ci.org/punkave/frontend-starter)
22

3-
## This repo serves as a demo configuration for incorporating Gulp.js with ApostropheCMS.
4-
5-
See `gulpfile.babel.js` for how to push your custom assets to the default place Apostrophe is looking for them.
6-
7-
Combination of the following two repositories:
8-
- https://github.com/apostrophecms/apostrophe-boilerplate
9-
- https://github.com/punkave/frontend-starter
3+
BrowserSync server spins up on http://localhost:3001/ (proxying port 3000). Although http://localhost:3000/ will work, use http://localhost:3001/ to utilize BrowserSync features like mirroring and CSS injection.

app.js

-25
This file was deleted.

deployment/.gitignore

-2
This file was deleted.

deployment/README

-9
This file was deleted.

deployment/dependencies

-48
This file was deleted.

deployment/migrate

-8
This file was deleted.

deployment/rsync_exclude.txt

-14
This file was deleted.

deployment/settings.example

-22
This file was deleted.

deployment/settings.production.example

-10
This file was deleted.

deployment/start

-59
This file was deleted.

deployment/stop

-27
This file was deleted.

gulpfile.babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import sass from 'gulp-sass';
1111
import source from 'vinyl-source-stream';
1212

1313
const src = 'src/';
14-
const dest = 'lib/modules/apostrophe-assets/public/';
14+
const dest = 'public/';
1515

1616
const spawn = require('child_process').spawn;
1717
const bs = browserSync.create();

lib/modules/apostrophe-assets/index.js

-16
This file was deleted.

lib/modules/apostrophe-pages/index.js

-14
This file was deleted.

lib/modules/apostrophe-pages/views/notFound.html

-12
This file was deleted.

lib/modules/apostrophe-pages/views/pages/home.html

-17
This file was deleted.

lib/modules/apostrophe-templates/views/outerLayout.html

-8
This file was deleted.

lib/modules/apostrophe-users/index.js

-15
This file was deleted.

local.example.js

-21
This file was deleted.

0 commit comments

Comments
 (0)