Skip to content

Commit 33bf434

Browse files
committed
Merge branch 'main' of github.com:bmwant/bmwlog-static
2 parents 007687b + d0f5caf commit 33bf434

File tree

6 files changed

+1566
-10
lines changed

6 files changed

+1566
-10
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is static blog website generated with [Hexo](https://hexo.io/) using [Artem
1111

1212
```bash
1313
$ npm install
14+
$ npm install -g grunt-cli
1415
$ cd themes/artemis && npm run build # rebuild theme with different params
1516
$ npm run serve # check website locally
1617

themes/artemis/Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module.exports = function (grunt) {
44
sass: {
55
dist: {
66
options: {
7-
sourcemap: 'none',
7+
// sourcemap: 'none',
8+
// sourcemap: true,
89
style: 'compressed',
910
},
1011
files: [
@@ -31,4 +32,4 @@ module.exports = function (grunt) {
3132

3233
grunt.registerTask('build', ['sass']);
3334
grunt.registerTask('default', ['watch']);
34-
}
35+
}

0 commit comments

Comments
 (0)