Created
August 17, 2019 16:53
-
-
Save revagomes/06c0bbdb557cde9d0ae11f280fdc2a8c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tree 7a8e5a821c48fdb495ff40491dabd077c3932146 | |
parent 8da396f49ec5dadf8e217a22ca1d05b7a3b0ff26 | |
author Gabriel Neutzling <[email protected]> Tue Nov 3 20:18:35 2015 -0200 | |
committer Gabriel Neutzling <[email protected]> Tue Nov 3 20:18:35 2015 -0200 | |
Added Bower to manage front end dependencies. | |
diff --git a/.bowerrc b/.bowerrc | |
new file mode 100644 | |
index 0000000..05f2545 | |
--- /dev/null | |
+++ b/.bowerrc | |
@@ -0,0 +1,3 @@ | |
+{ | |
+ "directory" : "src/themes/pece_scholarly_lite/assets/lib" | |
+} | |
diff --git a/bower.json b/bower.json | |
new file mode 100644 | |
index 0000000..c9c3745 | |
--- /dev/null | |
+++ b/bower.json | |
@@ -0,0 +1,21 @@ | |
+{ | |
+ "name": "pece", | |
+ "authors": [ | |
+ "Gabriel Neutzling <[email protected]>" | |
+ ], | |
+ "description": "", | |
+ "main": "", | |
+ "moduleType": [], | |
+ "license": "MIT", | |
+ "homepage": "", | |
+ "ignore": [ | |
+ "**/.*", | |
+ "node_modules", | |
+ "bower_components", | |
+ "test", | |
+ "tests" | |
+ ], | |
+ "dependencies": { | |
+ "compass-breakpoint": "~2.6.1" | |
+ } | |
+} | |
diff --git a/src/themes/pece_scholarly_lite/.gitignore b/src/themes/pece_scholarly_lite/.gitignore | |
new file mode 100644 | |
index 0000000..e2e37d9 | |
--- /dev/null | |
+++ b/src/themes/pece_scholarly_lite/.gitignore | |
@@ -0,0 +1,6 @@ | |
+.sass-cache | |
+bower_components | |
+node_modules | |
+.vendor/bundle | |
+assets/css | |
+assets/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment