Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Last active April 3, 2016 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phoen1x84/5d5e375528eac32c6862 to your computer and use it in GitHub Desktop.
Save Phoen1x84/5d5e375528eac32c6862 to your computer and use it in GitHub Desktop.
frontend folder structure
// Example of solution folder structure for Sitecore frontend projects
web_application/
dist/
css/
images/
scripts/
grunt_tasks/
browserSync.js
concat.js
copy.js
cssmin.js
imagemin.js
jasmin.js
jshint.js
less.js
postcss.js
svgmin.js
uglify.js
watch.js
src/
css/
core/
_base-forms.less
modules/
wffm/
_web-forms.less
main.less
images/
**
scripts/
modules/
utilities/
vendor/
app.js
specs/
sitecore mdoules/
Shell/
Web Forms for Marketers/
Themes/
example-wffm.css
example-wffm.min.css
gruntfile.js
package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment