0799250b8e
The base theme needs to be vanilla so it's easy to get going, so npm dependecies have been removed so the base script is pure JS. Also created an example config that will tell the system what theme it should be rendering for development. Updated the composer script to start a local php server for development.
19 lines
261 B
Text
19 lines
261 B
Text
node_modules
|
|
.parcel-cache
|
|
dist
|
|
.nova
|
|
.cache
|
|
.DS_Store
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.code-workspace
|
|
assets
|
|
vendor
|
|
|
|
!src/
|
|
src/*
|
|
!src/themes
|
|
src/themes/*
|
|
!src/themes/theme-fipamo-default
|
|
!src/themes/theme-fipamo-default/fipamo-default/assets
|
|
config.json |