Skip to content

Commit 39b279f

Browse files
committed
Consistent styling with the docs.nativescript.org guide
1 parent 6c9b7eb commit 39b279f

File tree

12 files changed

+1114
-215
lines changed

12 files changed

+1114
-215
lines changed

css/style.css

Lines changed: 214 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gulp.task( "scripts", function() {
4747
return gulp.src([
4848
"src/scripts/fastclick.js",
4949
"src/scripts/jquery.js",
50-
"src/scripts/highlight.pack.js",
50+
"src/scripts/prism.js",
5151
"src/scripts/app.js"
5252
])
5353
.pipe( concat( "built.js" ) )

0 commit comments

Comments
 (0)